summaryrefslogtreecommitdiff
path: root/misc/gone/Makefile
diff options
context:
space:
mode:
authorNuno Teixeira <eduardo@FreeBSD.org>2024-03-17 10:09:35 +0000
committerNuno Teixeira <eduardo@FreeBSD.org>2024-03-17 11:06:22 +0000
commitfabdb7f661c49f61f7209d418d6971076b1665b0 (patch)
tree203e5572543329d05f5e1cea3b2387d537e99bab /misc/gone/Makefile
parentmisc/dynomite: Move man pages to share/man (diff)
misc/gone: Move man pages to share/man
Approved by: portmgr (blanket)
Diffstat (limited to '')
-rw-r--r--misc/gone/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/misc/gone/Makefile b/misc/gone/Makefile
index 057ad0e19da5..fc1d07843c83 100644
--- a/misc/gone/Makefile
+++ b/misc/gone/Makefile
@@ -1,12 +1,13 @@
PORTNAME= gone
PORTVERSION= 1.3.6
+PORTREVISION= 1
CATEGORIES= misc
MASTER_SITES= http://www.marcuscom.com/downloads/gone/
MAINTAINER= marcus@FreeBSD.org
COMMENT= Terminal locking utility with many improvements over lock(1)
-PLIST_FILES= bin/gone man/man1/gone.1.gz
+PLIST_FILES= bin/gone share/man/man1/gone.1.gz
GNU_CONFIGURE= yes
OPTIONS_DEFINE= SETUID
@@ -27,6 +28,6 @@ CONFIGURE_ENV= with_setuid=no
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/gone ${STAGEDIR}${PREFIX}/bin/gone
- ${INSTALL_DATA} ${WRKSRC}/gone.1 ${STAGEDIR}${PREFIX}/man/man1/gone.1
+ ${INSTALL_MAN} ${WRKSRC}/gone.1 ${STAGEDIR}${PREFIX}/share/man/man1
.include <bsd.port.mk>