diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2008-08-25 03:46:21 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2008-08-25 03:46:21 +0800 |
commit | 170f185401177ddaf23ee324927221f2dd2f13fb (patch) | |
tree | 39cb9b532a45e6eb26db74fafdce53b497d388c6 /graphics/fujiplay | |
parent | dd1b97f608ec84ad3df2f4500d4844e9e41b3e55 (diff) | |
download | freebsd-ports-gnome-170f185401177ddaf23ee324927221f2dd2f13fb.tar.gz freebsd-ports-gnome-170f185401177ddaf23ee324927221f2dd2f13fb.tar.zst freebsd-ports-gnome-170f185401177ddaf23ee324927221f2dd2f13fb.zip |
- Fix build for NOPORTDOCS case
- Use PLIST_FILES
Reported by: QAT
Diffstat (limited to 'graphics/fujiplay')
-rw-r--r-- | graphics/fujiplay/Makefile | 5 | ||||
-rw-r--r-- | graphics/fujiplay/pkg-plist | 6 |
2 files changed, 3 insertions, 8 deletions
diff --git a/graphics/fujiplay/Makefile b/graphics/fujiplay/Makefile index a9bf404edd7e..480d3f827a9e 100644 --- a/graphics/fujiplay/Makefile +++ b/graphics/fujiplay/Makefile @@ -18,13 +18,14 @@ COMMENT= Digital camera downloading tool for Fujifilm digital cameras NO_WRKSUBDIR= yes -PORTSDOC= README fujiplay.lsm mx700-commands.html +PLIST_FILES= bin/fujiplay bin/yycc2ppm +PORTDOCS= README fujiplay.lsm mx700-commands.html do-install: (cd ${WRKDIR}; ${INSTALL_PROGRAM} fujiplay yycc2ppm ${PREFIX}/bin) .if !defined(NOPORTDOCS) ${MKDIR} ${PREFIX}/share/doc/fujiplay -.for f in ${PORTSDOC} +.for f in ${PORTDOCS} ${INSTALL_DATA} ${WRKDIR}/${f} ${PREFIX}/share/doc/fujiplay .endfor .endif diff --git a/graphics/fujiplay/pkg-plist b/graphics/fujiplay/pkg-plist deleted file mode 100644 index cfdf12ee7350..000000000000 --- a/graphics/fujiplay/pkg-plist +++ /dev/null @@ -1,6 +0,0 @@ -bin/fujiplay -bin/yycc2ppm -%%DOCSDIR%%/README -%%DOCSDIR%%/fujiplay.lsm -%%DOCSDIR%%/mx700-commands.html -@dirrm %%DOCSDIR%% |