aboutsummaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
authoramdmi3 <amdmi3@FreeBSD.org>2017-12-01 19:08:29 +0800
committeramdmi3 <amdmi3@FreeBSD.org>2017-12-01 19:08:29 +0800
commit6b6c28c7ae0daab1d08961bd3fa3d049ce079e46 (patch)
treec7de1c03e5e3af761a7a1e7ced0818da5902a6f9 /graphics
parent34682c7476bef1f72b3edf8ffdf305c9174cccea (diff)
downloadfreebsd-ports-gnome-6b6c28c7ae0daab1d08961bd3fa3d049ce079e46.tar.gz
freebsd-ports-gnome-6b6c28c7ae0daab1d08961bd3fa3d049ce079e46.tar.zst
freebsd-ports-gnome-6b6c28c7ae0daab1d08961bd3fa3d049ce079e46.zip
- Add LICENSE_FILE
- Switch to options helpers
Diffstat (limited to 'graphics')
-rw-r--r--graphics/hppsmtools/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/graphics/hppsmtools/Makefile b/graphics/hppsmtools/Makefile
index 8e2e94261599..efeb6445cc62 100644
--- a/graphics/hppsmtools/Makefile
+++ b/graphics/hppsmtools/Makefile
@@ -11,6 +11,7 @@ MAINTAINER= ports@FreeBSD.org
COMMENT= Tool for HP PhotoSmart C5340A & Konica Q-EZ digital cameras
LICENSE= GPLv2
+LICENSE_FILE= ${WRKSRC}/COPYING
PLIST_FILES= bin/psmdel bin/psmdir bin/psmget bin/psmsho
PORTDOCS= README changes.txt
@@ -27,6 +28,8 @@ do-install:
.for file in psmdel psmdir psmget psmsho
${INSTALL_PROGRAM} ${WRKSRC}/${file} ${STAGEDIR}${PREFIX}/bin
.endfor
+
+do-install-DOCS-on:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR}