diff options
author | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2024-02-26 08:46:32 +0100 |
---|---|---|
committer | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2024-02-26 08:46:32 +0100 |
commit | 0b319e38c51cf833c93fba73bcd1102de48c0d00 (patch) | |
tree | 990d9b76605f2afe45a632780743fa38089dbd83 /textproc | |
parent | f092ac0eca078760131695696946de8d12853071 (diff) | |
download | freebsd-ports-0b319e38c51cf833c93fba73bcd1102de48c0d00.zip |
textproc/filepp: Moved man to share/man
Approved by: portmgr (blanket)
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/filepp/Makefile | 2 | ||||
-rw-r--r-- | textproc/filepp/pkg-plist | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/textproc/filepp/Makefile b/textproc/filepp/Makefile index 78fcefc78307..4460c98421cf 100644 --- a/textproc/filepp/Makefile +++ b/textproc/filepp/Makefile @@ -1,5 +1,6 @@ PORTNAME= filepp PORTVERSION= 1.8.0 +PORTREVISION= 1 CATEGORIES= textproc MASTER_SITES= http://www-users.york.ac.uk/~dm26/filepp/ @@ -12,6 +13,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING USES= perl5 shebangfix GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX=${PREFIX}/share CONFIGURE_ENV= PERL=${PERL} NO_BUILD= yes NO_ARCH= yes diff --git a/textproc/filepp/pkg-plist b/textproc/filepp/pkg-plist index a3972613d4c6..d15ca1078942 100644 --- a/textproc/filepp/pkg-plist +++ b/textproc/filepp/pkg-plist @@ -1,5 +1,5 @@ bin/filepp -man/man1/filepp.1.gz +share/man/man1/filepp.1.gz %%DATADIR%%/modules/bigdef.pm %%DATADIR%%/modules/bigfunc.pm %%DATADIR%%/modules/blc.pm |