1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-25 00:51:21 +00:00

- Add stage support

This commit is contained in:
Danilo Egea Gondolfo 2013-11-01 02:30:54 +00:00
parent b668a6371b
commit e906ac4045
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=332337

View File

@ -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>