aboutsummaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
authoramdmi3 <amdmi3@FreeBSD.org>2016-02-08 19:20:12 +0800
committeramdmi3 <amdmi3@FreeBSD.org>2016-02-08 19:20:12 +0800
commita091708b0e5b496efa213d9f023b4a7700d9e9d2 (patch)
tree06d730ce9d662440a9bde83b38eb455e4baa48ed /graphics
parenta9a8150fd9a257398c2c7a0106f69eed78d4e9c1 (diff)
downloadfreebsd-ports-gnome-a091708b0e5b496efa213d9f023b4a7700d9e9d2.tar.gz
freebsd-ports-gnome-a091708b0e5b496efa213d9f023b4a7700d9e9d2.tar.zst
freebsd-ports-gnome-a091708b0e5b496efa213d9f023b4a7700d9e9d2.zip
- Fix setuid binary handling
- Switch to options helpers
Diffstat (limited to 'graphics')
-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}