summaryrefslogtreecommitdiff
path: root/misc/felis
diff options
context:
space:
mode:
authorDanilo Egea Gondolfo <danilo@FreeBSD.org>2013-12-09 16:48:30 +0000
committerDanilo Egea Gondolfo <danilo@FreeBSD.org>2013-12-09 16:48:30 +0000
commit609b8849529b582d2d98e91e245540ff1b5b8275 (patch)
tree84536c97b3b4e1020ce3c91ce87572241d29fada /misc/felis
parent- Add stage support (diff)
- Add stage support
Notes
Notes: svn path=/head/; revision=336006
Diffstat (limited to 'misc/felis')
-rw-r--r--misc/felis/Makefile8
1 files changed, 3 insertions, 5 deletions
diff --git a/misc/felis/Makefile b/misc/felis/Makefile
index 266e06b75f1d..3bcf48840f30 100644
--- a/misc/felis/Makefile
+++ b/misc/felis/Makefile
@@ -9,12 +9,10 @@ MASTER_SITES= http://www.whizkidtech.redprince.net/fports/
MAINTAINER= ports@FreeBSD.org
COMMENT= Displays one or more files as a single line of text
-MAN1= felis.1
-PLIST_FILES= bin/felis
+PLIST_FILES= bin/felis man/man1/felis.1.gz
-NO_STAGE= yes
do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/felis ${PREFIX}/bin
- ${INSTALL_MAN} ${WRKSRC}/felis.1 ${PREFIX}/man/man1
+ ${INSTALL_PROGRAM} ${WRKSRC}/felis ${STAGEDIR}${PREFIX}/bin
+ ${INSTALL_MAN} ${WRKSRC}/felis.1 ${STAGEDIR}${PREFIX}/man/man1
.include <bsd.port.mk>