diff options
author | danilo <danilo@FreeBSD.org> | 2013-11-01 10:30:54 +0800 |
---|---|---|
committer | danilo <danilo@FreeBSD.org> | 2013-11-01 10:30:54 +0800 |
commit | 6366438885ec3f5b928e1788190f76cd0877e4ad (patch) | |
tree | c4c44b32f160cc19e7c6badaf62ebff68b26e22e /games | |
parent | 4aaf2ec0815410ab26ec8624e683760500cb2d7d (diff) | |
download | freebsd-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/Makefile | 9 |
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> |