aboutsummaryrefslogtreecommitdiff
path: root/graphics/linplasma
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2016-02-08 11:20:12 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2016-02-08 11:20:12 +0000
commitd715e8a82183973cacb01501e85ae4adac1aeb6f (patch)
tree06d730ce9d662440a9bde83b38eb455e4baa48ed /graphics/linplasma
parent2c8ba17171e2b0c9db02ee3d44cb5d79b10edefc (diff)
downloadports-d715e8a82183973cacb01501e85ae4adac1aeb6f.tar.gz
ports-d715e8a82183973cacb01501e85ae4adac1aeb6f.zip
- Fix setuid binary handling
- Switch to options helpers
Notes
Notes: svn path=/head/; revision=408477
Diffstat (limited to 'graphics/linplasma')
-rw-r--r--graphics/linplasma/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/graphics/linplasma/Makefile b/graphics/linplasma/Makefile
index eb87ea3b3d42..16d2005826eb 100644
--- a/graphics/linplasma/Makefile
+++ b/graphics/linplasma/Makefile
@@ -3,7 +3,7 @@
PORTNAME= linplasma
PORTVERSION= 1.0
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= graphics
MASTER_SITES= SUNSITE/apps/graphics/hacks/svgalib
@@ -16,7 +16,7 @@ ONLY_FOR_ARCHS= i386
ALL_TARGET= ${PORTNAME}
WRKSRC= ${WRKDIR}/${PORTNAME}
-PLIST_FILES= bin/linplasma
+PLIST_FILES= "@(root,,4755) bin/linplasma"
PORTDOCS= README
OPTIONS_DEFINE= DOCS
@@ -29,7 +29,8 @@ post-patch:
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/linplasma ${STAGEDIR}${PREFIX}/bin
- ${CHMOD} +s ${STAGEDIR}${PREFIX}/bin/linplasma
+
+do-install-DOCS-on:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR}