aboutsummaryrefslogtreecommitdiffstats
path: root/misc/gnuit/Makefile
diff options
context:
space:
mode:
authorgerald <gerald@FreeBSD.org>2014-02-16 18:51:24 +0800
committergerald <gerald@FreeBSD.org>2014-02-16 18:51:24 +0800
commitb8ffec4e651180bad39eb483237db3126501b9aa (patch)
tree4cc6281b434837b1e5d76ec25b294212fa2b4a39 /misc/gnuit/Makefile
parent0c488fbe08a6945d5be335cee0206a435bdba126 (diff)
downloadfreebsd-ports-gnome-b8ffec4e651180bad39eb483237db3126501b9aa.tar.gz
freebsd-ports-gnome-b8ffec4e651180bad39eb483237db3126501b9aa.tar.zst
freebsd-ports-gnome-b8ffec4e651180bad39eb483237db3126501b9aa.zip
Convert to staging.
Submitted by: miwi
Diffstat (limited to 'misc/gnuit/Makefile')
-rw-r--r--misc/gnuit/Makefile11
1 files changed, 4 insertions, 7 deletions
diff --git a/misc/gnuit/Makefile b/misc/gnuit/Makefile
index f0902f0c3c6f..a793c2ae6a81 100644
--- a/misc/gnuit/Makefile
+++ b/misc/gnuit/Makefile
@@ -12,14 +12,11 @@ COMMENT= GNU Interactive Tools - a file system browser for UNIX systems
GNU_CONFIGURE= YES
CONFIGURE_ARGS= --disable-transition
-MAN1= gitaction.1 gitdpkgname.1 gitfm.1 gitinternal.1 \
- gitkeys.1 gitmount.1 gitps.1 gitregrep.1 gitrfgrep.1 \
- gitrgrep.1 gitunpack.1 gitview.1 gitwipe.1
-NO_STAGE= yes
post-install:
- ${RM} -f ${PREFIX}/man/man1/gitmkdirs.1
- ${RM} -f ${PREFIX}/man/man1/gitwhich.1
- ${RM} -f ${PREFIX}/man/man1/gitxgrep.1
+ # Clean stage from orphans.
+ ${RM} -f ${STAGEDIR}${PREFIX}/man/man1/gitmkdirs.1
+ ${RM} -f ${STAGEDIR}${PREFIX}/man/man1/gitwhich.1
+ ${RM} -f ${STAGEDIR}${PREFIX}/man/man1/gitxgrep.1
.include <bsd.port.mk>