Skip to content

Commit

Permalink
misc/seq2: Moved man to share/man
Browse files Browse the repository at this point in the history
Approved by:    portmgr (blanket)
  • Loading branch information
5u623l20 committed Feb 24, 2024
1 parent b91f242 commit f59a460
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions misc/seq2/Makefile
@@ -1,6 +1,6 @@
PORTNAME= seq2
PORTVERSION= 0.2
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= misc
MASTER_SITES= LOCAL/bf

Expand All @@ -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|' \
Expand Down

0 comments on commit f59a460

Please sign in to comment.