diff options
-rw-r--r-- | graphics/linplasma/Makefile | 7 |
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} |