aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2024-02-24 20:28:59 +0000
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2024-02-24 20:43:17 +0000
commitf59a46089f76e2878f5fe038ab425ac1f4c48117 (patch)
treeabaf63d8b223bd0fd704722422c0ccc06a697233
parentb91f242faffb94525a4fb75d9310b1711ad338b9 (diff)
downloadports-f59a46089f76e2878f5fe038ab425ac1f4c48117.tar.gz
ports-f59a46089f76e2878f5fe038ab425ac1f4c48117.zip
misc/seq2: Moved man to share/man
Approved by: portmgr (blanket)
-rw-r--r--misc/seq2/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/misc/seq2/Makefile b/misc/seq2/Makefile
index b82c1771f765..62e35a71b7d9 100644
--- a/misc/seq2/Makefile
+++ b/misc/seq2/Makefile
@@ -1,6 +1,6 @@
PORTNAME= seq2
PORTVERSION= 0.2
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= misc
MASTER_SITES= LOCAL/bf
@@ -10,9 +10,10 @@ COMMENT= Clone of the UNIX(tm) program called seq
LICENSE= GPLv2
GNU_CONFIGURE= yes
+GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
CONFIGURE_SCRIPT= configure.1
-PLIST_FILES= bin/seq2 man/man1/seq2.1.gz
+PLIST_FILES= bin/seq2 share/man/man1/seq2.1.gz
post-patch:
@${REINPLACE_CMD} -e 's|$$(CC) -o|$$(CC) $$(CFLAGS) -o|' \