Index: head/graphics/import-pictures/Makefile =================================================================== --- head/graphics/import-pictures/Makefile (revision 395384) +++ head/graphics/import-pictures/Makefile (revision 395385) @@ -1,41 +1,38 @@ # Created by: Alexander Kuehn # $FreeBSD$ PORTNAME= import-pictures PORTVERSION= 1.4 PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= http://www.nagilum.org/unix/ MAINTAINER= freebsd@nagilum.org COMMENT= Utility to copy/move pictures from a directory LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/COPYING RUN_DEPENDS= p5-Image-ExifTool>=0:${PORTSDIR}/graphics/p5-Image-ExifTool \ p5-TimeDate>=0:${PORTSDIR}/devel/p5-TimeDate \ p5-Time-modules>=0:${PORTSDIR}/devel/p5-Time-modules USES= gmake perl5 shebangfix tar:bzip2 +NO_ARCH= yes -MAN1= ${PORTNAME}.1 - PLIST_FILES= bin/${PORTNAME} man/man1/${PORTNAME}.1.gz PORTDOCS= import-pictures.html SHEBANG_FILES= ${WRKSRC}/${PORTNAME} -SHEBANG_LANG= perl OPTIONS_DEFINE= DOCS -.include - post-install: ${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/${MAN1} ${STAGEDIR}${MAN1PREFIX}/man/man1 -.if ${PORT_OPTIONS:MDOCS} + ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${MAN1PREFIX}/man/man1 + +post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR} -.endif .include Index: head/graphics/import-pictures/files/patch-Makefile =================================================================== --- head/graphics/import-pictures/files/patch-Makefile (revision 395384) +++ head/graphics/import-pictures/files/patch-Makefile (revision 395385) @@ -1,9 +1,9 @@ ---- ../../import-pictures-1.4/Makefile 2007-02-18 22:14:32.000000000 +0100 -+++ Makefile 2008-05-07 10:38:19.000000000 +0200 +--- Makefile.orig 2007-02-18 21:14:32 UTC ++++ Makefile @@ -3,3 +3,6 @@ all: import-pictures.1 import-pictures.html + +install: +