misc/seq2: Moved man to share/man

Approved by:    portmgr (blanket)
This commit is contained in:
Muhammad Moinur Rahman
2024-02-24 21:28:59 +01:00
parent b91f242faf
commit f59a46089f
+3 -2
View File
@@ -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|' \