aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/finfo
diff options
context:
space:
mode:
authormich <mich@FreeBSD.org>2013-12-24 00:24:11 +0800
committermich <mich@FreeBSD.org>2013-12-24 00:24:11 +0800
commit6897cc47133a4be66722ef4894424055968ae313 (patch)
tree733970f3cbb8f3132189e96695842f189f3a1af2 /sysutils/finfo
parentef74f6f5b587fcd9e36f2a9d2804a9b9418a606a (diff)
downloadfreebsd-ports-gnome-6897cc47133a4be66722ef4894424055968ae313.tar.gz
freebsd-ports-gnome-6897cc47133a4be66722ef4894424055968ae313.tar.zst
freebsd-ports-gnome-6897cc47133a4be66722ef4894424055968ae313.zip
- Support for staging
PR: ports/183953 Submitted by: Kimmo Paasiala <kpaasial@gmail.com>
Diffstat (limited to 'sysutils/finfo')
-rw-r--r--sysutils/finfo/Makefile9
1 files changed, 4 insertions, 5 deletions
diff --git a/sysutils/finfo/Makefile b/sysutils/finfo/Makefile
index cf79d3f43b6d..50d5d8f543b4 100644
--- a/sysutils/finfo/Makefile
+++ b/sysutils/finfo/Makefile
@@ -9,15 +9,14 @@ MASTER_SITES= http://freebsdcluster.org/~mich/software/
MAINTAINER= mich@FreeBSD.org
COMMENT= Finfo displays potentially useful information about a file
-PLIST_FILES= bin/finfo
-MAN1= finfo.1
+PLIST_FILES= bin/finfo man/man1/finfo.1.gz
+
-NO_STAGE= yes
do-build:
(cd ${WRKSRC} && ${CC} ${CFLAGS} -o ${PORTNAME} ${PORTNAME}.c)
do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin/${PORTNAME}
- ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1.gz ${PREFIX}/man/man1/
+ ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
+ ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1.gz ${STAGEDIR}${PREFIX}/man/man1/
.include <bsd.port.mk>