Skip to content

Commit

Permalink
misc/diction: 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 7167a56 commit 5ebe945
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion misc/diction/Makefile
@@ -1,6 +1,6 @@
PORTNAME= diction
PORTVERSION= 1.11
PORTREVISION= 2
PORTREVISION= 3
CATEGORIES= misc
MASTER_SITES= GNU

Expand All @@ -12,6 +12,7 @@ LICENSE= GPLv3+
LICENSE_FILE= ${WRKSRC}/COPYING

GNU_CONFIGURE= yes
GNU_CONFIGURE_MANPREFIX=${PREFIX}/share

post-install:
@${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/*
Expand Down
4 changes: 2 additions & 2 deletions misc/diction/pkg-plist
@@ -1,7 +1,7 @@
bin/diction
bin/style
man/man1/diction.1.gz
man/man1/style.1.gz
share/man/man1/diction.1.gz
share/man/man1/style.1.gz
%%DATADIR%%/C
%%DATADIR%%/de
%%DATADIR%%/en
Expand Down

0 comments on commit 5ebe945

Please sign in to comment.