Skip to content

Commit

Permalink
converters/mpack: use ${PREFIX}/share/man
Browse files Browse the repository at this point in the history
  • Loading branch information
Dirk Meyer authored and Dirk Meyer committed Jan 13, 2024
1 parent f4b052b commit b1d5796
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions converters/mpack/Makefile
@@ -1,6 +1,6 @@
PORTNAME= mpack
PORTVERSION= 1.6
PORTREVISION= 3
PORTREVISION= 4
CATEGORIES= converters mail news
MASTER_SITES= ftp://ftp.andrew.cmu.edu/pub/mpack/

Expand All @@ -12,8 +12,9 @@ USES= cpe
CPE_VENDOR= mpack_project

GNU_CONFIGURE= yes
GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share

PLIST_FILES= bin/mpack bin/munpack \
man/man1/mpack.1.gz man/man1/munpack.1.gz
share/man/man1/mpack.1.gz share/man/man1/munpack.1.gz

.include <bsd.port.mk>

0 comments on commit b1d5796

Please sign in to comment.