1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

- Add stage support

This commit is contained in:
Danilo Egea Gondolfo 2013-11-12 20:53:46 +00:00
parent bc60f7fbc7
commit 71ca2d9e20
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=333620

View File

@ -23,10 +23,9 @@ USE_XORG= x11 xext
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib -lXext -lX11 -lm
MAN6= xasteroids.6
PLIST_FILES= bin/xasteroids
PLIST_FILES= bin/xasteroids \
man/man6/xasteroids.6.gz
NO_STAGE= yes
post-extract:
@${LN} -sf xast.man ${WRKSRC}/xasteroids.6
@ -35,7 +34,7 @@ do-build:
${LDFLAGS})
do-install:
(cd ${WRKSRC} && ${INSTALL_PROGRAM} xasteroids ${PREFIX}/bin)
(cd ${WRKSRC} && ${INSTALL_MAN} xasteroids.6 ${MAN6PREFIX}/man/man6)
(cd ${WRKSRC} && ${INSTALL_PROGRAM} xasteroids ${STAGEDIR}${PREFIX}/bin)
(cd ${WRKSRC} && ${INSTALL_MAN} xasteroids.6 ${STAGEDIR}${MAN6PREFIX}/man/man6)
.include <bsd.port.mk>