svn commit: r330811 - head/graphics/exiftags
Baptiste Daroussin
bapt at FreeBSD.org
Sat Oct 19 00:22:44 UTC 2013
Author: bapt
Date: Sat Oct 19 00:22:43 2013
New Revision: 330811
URL: http://svnweb.freebsd.org/changeset/ports/330811
Log:
Enable stage
Added:
head/graphics/exiftags/pkg-plist (contents, props changed)
Modified:
head/graphics/exiftags/Makefile
Modified: head/graphics/exiftags/Makefile
==============================================================================
--- head/graphics/exiftags/Makefile Sat Oct 19 00:17:10 2013 (r330810)
+++ head/graphics/exiftags/Makefile Sat Oct 19 00:22:43 2013 (r330811)
@@ -11,21 +11,16 @@ COMMENT= Parses a specified JPEG file fo
MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS}" PREFIX="${PREFIX}"
-MAN1= exifcom.1 exiftags.1 exiftime.1
-PORTDOCS= CHANGES README
-PLIST_FILES= bin/exifcom bin/exiftags bin/exiftime
+DOCS= CHANGES README
-NO_STAGE= yes
do-install:
.for i in exifcom exiftags exiftime
- ${INSTALL_PROGRAM} ${WRKSRC}/${i} ${PREFIX}/bin
- ${INSTALL_MAN} ${WRKSRC}/${i}.1 ${MANPREFIX}/man/man1
+ ${INSTALL_PROGRAM} ${WRKSRC}/${i} ${STAGEDIR}${PREFIX}/bin
+ ${INSTALL_MAN} ${WRKSRC}/${i}.1 ${STAGEDIR}${MANPREFIX}/man/man1
.endfor
-.if !defined(NOPORTDOCS)
- @${MKDIR} ${DOCSDIR}
+ @${MKDIR} ${STAGEDIR}${DOCSDIR}
.for i in CHANGES README
- ${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR}
+ ${INSTALL_DATA} ${WRKSRC}/${i} ${STAGEDIR}${DOCSDIR}
.endfor
-.endif
.include <bsd.port.mk>
Added: head/graphics/exiftags/pkg-plist
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/graphics/exiftags/pkg-plist Sat Oct 19 00:22:43 2013 (r330811)
@@ -0,0 +1,9 @@
+bin/exifcom
+bin/exiftags
+bin/exiftime
+man/man1/exifcom.1.gz
+man/man1/exiftags.1.gz
+man/man1/exiftime.1.gz
+%%PORTDOCS%%%%DOCSDIR%%/CHANGES
+%%PORTDOCS%%%%DOCSDIR%%/README
+%%PORTDOCS%%@dirrm %%DOCSDIR%%
More information about the svn-ports-all
mailing list