diff options
author | Danilo Egea Gondolfo <danilo@FreeBSD.org> | 2013-12-09 16:48:30 +0000 |
---|---|---|
committer | Danilo Egea Gondolfo <danilo@FreeBSD.org> | 2013-12-09 16:48:30 +0000 |
commit | 609b8849529b582d2d98e91e245540ff1b5b8275 (patch) | |
tree | 84536c97b3b4e1020ce3c91ce87572241d29fada /misc | |
parent | fcb18eda794449c8ebafc96e4c3ba23d97797ad3 (diff) | |
download | ports-609b8849529b582d2d98e91e245540ff1b5b8275.tar.gz ports-609b8849529b582d2d98e91e245540ff1b5b8275.zip |
Notes
Diffstat (limited to 'misc')
-rw-r--r-- | misc/felis/Makefile | 8 |
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> |