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

Stagify the port.

This commit is contained in:
Alexey Dokuchaev 2014-03-05 03:21:24 +00:00
parent 2212333b81
commit ab48683003
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=347094

View File

@ -13,14 +13,12 @@ LICENSE= GPLv2
USES= gmake pkgconfig
USE_GNOME= gtk20
MAKE_ARGS= INSTALLPREFIX="${PREFIX}"
MAKE_ARGS= INSTALLPREFIX="${STAGEDIR}${PREFIX}"
ALL_TARGET= ${PORTNAME}
WRKSRC= ${WRKDIR}/${PORTNAME}
MAN1= ${PORTNAME}.1
PLIST_FILES= bin/${PORTNAME}
PLIST_FILES= bin/${PORTNAME} man/man1/${PORTNAME}.1.gz
NO_STAGE= yes
post-patch:
@${REINPLACE_CMD} -e 's|make|$$(MAKE)| ; \
/bin/s|$$(INSTALL)|${INSTALL_PROGRAM}| ; \