1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00

- Add stage support

This commit is contained in:
Danilo Egea Gondolfo 2013-11-13 20:09:22 +00:00
parent 3654c7a53f
commit d55301bce2
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=333724

View File

@ -16,18 +16,15 @@ WRKSRC= ${WRKDIR}/Mille
USES= imake
USE_XORG= x11 xext
MAN1= xmille.1
MANCOMPRESSED= no
PLIST_FILES= bin/xmille
PLIST_FILES= bin/xmille man/man1/xmille.1.gz
MAKE_JOBS_UNSAFE= yes
CFLAGS+= -Wno-error=return-type
NO_STAGE= yes
post-extract:
@${FIND} ${WRKSRC} -name '*.[ao]' -delete
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/xmille ${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/xmille.man ${MANPREFIX}/man/man1/xmille.1
${INSTALL_PROGRAM} ${WRKSRC}/xmille ${STAGEDIR}${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/xmille.man ${STAGEDIR}${MANPREFIX}/man/man1/xmille.1
.include <bsd.port.mk>