svn commit: r347215 - head/graphics/exiftran

Martin Wilke miwi at FreeBSD.org
Thu Mar 6 14:13:20 UTC 2014


Author: miwi
Date: Thu Mar  6 14:13:20 2014
New Revision: 347215
URL: http://svnweb.freebsd.org/changeset/ports/347215
QAT: https://qat.redports.org/buildarchive/r347215/

Log:
  - Stage support

Modified:
  head/graphics/exiftran/Makefile

Modified: head/graphics/exiftran/Makefile
==============================================================================
--- head/graphics/exiftran/Makefile	Thu Mar  6 14:12:23 2014	(r347214)
+++ head/graphics/exiftran/Makefile	Thu Mar  6 14:13:20 2014	(r347215)
@@ -19,10 +19,9 @@ LICENSE_FILE=	${WRKSRC}/COPYING
 
 MAKE_ARGS+=	WRKSRC=${WRKSRC} BINDIR=${PREFIX}/bin MANDIR=${MANPREFIX}/man
 
-PLIST_FILES=	bin/exiftran bin/thumbnail.cgi
-MAN1=		exiftran.1
+PLIST_FILES=	bin/exiftran bin/thumbnail.cgi \
+		man/man1/exiftran.1.gz
 
-NO_STAGE=	yes
 post-patch:
 	@${MKDIR} ${WRKSRC}/build/exiftran ${WRKSRC}/build/thumbnail.cgi
 	@${CP} ${FILESDIR}/Makefile ${WRKSRC}/Makefile
@@ -33,6 +32,6 @@ post-patch:
 
 post-install:
 	@${INSTALL_MAN} ${WRKSRC}/exiftran.man \
-		${MANPREFIX}/man/man1/exiftran.1
+		${STAGEDIR}${PREFIX}/man/man1/exiftran.1
 
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list