aboutsummaryrefslogtreecommitdiffstats
path: root/games
diff options
context:
space:
mode:
authordanilo <danilo@FreeBSD.org>2013-11-01 10:30:54 +0800
committerdanilo <danilo@FreeBSD.org>2013-11-01 10:30:54 +0800
commit6366438885ec3f5b928e1788190f76cd0877e4ad (patch)
treec4c44b32f160cc19e7c6badaf62ebff68b26e22e /games
parent4aaf2ec0815410ab26ec8624e683760500cb2d7d (diff)
downloadfreebsd-ports-gnome-6366438885ec3f5b928e1788190f76cd0877e4ad.tar.gz
freebsd-ports-gnome-6366438885ec3f5b928e1788190f76cd0877e4ad.tar.zst
freebsd-ports-gnome-6366438885ec3f5b928e1788190f76cd0877e4ad.zip
- Add stage support
Diffstat (limited to 'games')
-rw-r--r--games/cursive/Makefile9
1 files changed, 4 insertions, 5 deletions
diff --git a/games/cursive/Makefile b/games/cursive/Makefile
index b47376241ab3..d0243903d447 100644
--- a/games/cursive/Makefile
+++ b/games/cursive/Makefile
@@ -11,12 +11,11 @@ EXTRACT_SUFX= .tgz
MAINTAINER= ports@FreeBSD.org
COMMENT= Create ASCII character cursive handwriting
-MAN6= cursive.6
-PLIST_FILES= bin/cursive
+PLIST_FILES= bin/cursive \
+ man/man6/cursive.6.gz
-NO_STAGE= yes
do-install:
- ${INSTALL_SCRIPT} ${WRKSRC}/cursive ${PREFIX}/bin
- ${INSTALL_SCRIPT} ${WRKSRC}/cursive.6 ${PREFIX}/man/man6
+ ${INSTALL_PROGRAM} ${WRKSRC}/cursive ${STAGEDIR}${PREFIX}/bin
+ ${INSTALL_MAN} ${WRKSRC}/cursive.6 ${STAGEDIR}${PREFIX}/man/man6
.include <bsd.port.mk>