aboutsummaryrefslogtreecommitdiff
path: root/textproc/flip
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2014-01-26 20:43:55 +0000
committerMathieu Arnold <mat@FreeBSD.org>2014-01-26 20:43:55 +0000
commit5f195f9989e37a26f428b717ac832014397070bb (patch)
tree1f559672a13de2a0f3405e26e61d03055f5094b3 /textproc/flip
parent80f33304161043c216138d13a432b31e54bd19df (diff)
downloadports-5f195f9989e37a26f428b717ac832014397070bb.tar.gz
ports-5f195f9989e37a26f428b717ac832014397070bb.zip
Convert to staging.
Sponsored by: Absolight
Notes
Notes: svn path=/head/; revision=341283
Diffstat (limited to 'textproc/flip')
-rw-r--r--textproc/flip/Makefile8
1 files changed, 3 insertions, 5 deletions
diff --git a/textproc/flip/Makefile b/textproc/flip/Makefile
index 3e916c951836..7f5a599bfe8c 100644
--- a/textproc/flip/Makefile
+++ b/textproc/flip/Makefile
@@ -16,12 +16,10 @@ NO_LATEST_LINK= yes
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
ALL_TARGET= bsd
-PLIST_FILES= bin/flip
-MAN1= flip.1
+PLIST_FILES= bin/flip man/man1/flip.1.gz
-NO_STAGE= yes
do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/flip ${PREFIX}/bin
- ${INSTALL_MAN} ${WRKSRC}/flip.1 ${MAN1PREFIX}/man/man1
+ ${INSTALL_PROGRAM} ${WRKSRC}/flip ${STAGEDIR}${PREFIX}/bin
+ ${INSTALL_MAN} ${WRKSRC}/flip.1 ${STAGEDIR}${MAN1PREFIX}/man/man1
.include <bsd.port.mk>