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

Support staging

This commit is contained in:
Emanuel Haupt 2014-02-21 11:32:12 +00:00
parent 89411770dc
commit dda65800f3
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=345376

View File

@ -11,12 +11,12 @@ MAINTAINER= jharris@widomaker.com
COMMENT= Granulate is a program for splitting files in place
PLIST_FILES= bin/granulate
NO_STAGE= yes
post-patch:
@${REINPLACE_CMD} -e "s,^CC,#CC,g ; s,^CFLAGS,#CFLAGS,g" \
${WRKSRC}/Makefile
${WRKSRC}/Makefile
do-install:
@${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
@${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
.include <bsd.port.mk>