Skip to content

Commit

Permalink
devel/generate: 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 23, 2024
1 parent bd71e91 commit 212b63d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions devel/generate/Makefile
@@ -1,6 +1,6 @@
PORTNAME= generate
PORTVERSION= 2.8
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= devel
MASTER_SITES= http://www.druid.net/darcy/

Expand All @@ -11,11 +11,11 @@ WWW= https://www.druid.net/darcy/readme-generate.html
USES= gmake tar:tgz

MAKE_ARGS= BINDIR=${STAGEDIR}${PREFIX}/bin \
MANDIR=${STAGEDIR}${PREFIX}/man
MANDIR=${STAGEDIR}${PREFIX}/share/man

CONFLICTS_INSTALL= julius php*-pear-Text_Highlighter

PLIST_FILES= bin/generate bin/rgenerate man/man1/generate.1.gz
PLIST_FILES= bin/generate bin/rgenerate share/man/man1/generate.1.gz

post-patch:
@${REINPLACE_CMD} -e 's,^CFLAGS *=,CFLAGS +=,' \
Expand Down

0 comments on commit 212b63d

Please sign in to comment.