diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2013-10-23 15:14:05 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2013-10-23 15:14:05 +0800 |
commit | ce2ec523ad487083181862ec29bcdc97bd66be8a (patch) | |
tree | 9336537060dc9a4c473c1bfaeb23ab3533e2371b /sysutils/hilite | |
parent | bfbd601122d6fefd268a1ccc987e27b39e5aa214 (diff) | |
download | freebsd-ports-gnome-ce2ec523ad487083181862ec29bcdc97bd66be8a.tar.gz freebsd-ports-gnome-ce2ec523ad487083181862ec29bcdc97bd66be8a.tar.zst freebsd-ports-gnome-ce2ec523ad487083181862ec29bcdc97bd66be8a.zip |
Support staging.
Diffstat (limited to 'sysutils/hilite')
-rw-r--r-- | sysutils/hilite/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sysutils/hilite/Makefile b/sysutils/hilite/Makefile index 7d3f0fd27287..5b7d25c693ad 100644 --- a/sysutils/hilite/Makefile +++ b/sysutils/hilite/Makefile @@ -13,7 +13,6 @@ COMMENT= Command-line utility to highlight anything printed to stderr PLIST_FILES= bin/hilite -NO_STAGE= yes do-extract: @${MKDIR} ${WRKSRC} @${CP} ${DISTDIR}/${DISTFILES} ${WRKSRC} @@ -22,7 +21,7 @@ do-build: ${CC} ${CFLAGS} ${WRKSRC}/${PORTNAME}.c -o ${WRKSRC}/${PORTNAME} do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin + ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin post-install: @${CAT} ${PKGMESSAGE} |