diff options
author | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2024-01-23 14:50:44 +0000 |
---|---|---|
committer | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2024-01-23 14:51:26 +0000 |
commit | 4584c7bd163156da8bee628343751ca7699ffb22 (patch) | |
tree | a57df63af815b290014fa265dc0d4335417f7d4b | |
parent | 1ad39b633cfade5793d889c1aea15e3da4b080f1 (diff) |
devel/popt: Impelled to share/man
Approved by: portmgr (blanket)
-rw-r--r-- | devel/popt/Makefile | 2 | ||||
-rw-r--r-- | devel/popt/pkg-plist | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/devel/popt/Makefile b/devel/popt/Makefile index 1ee511498980..33a61e81fcdb 100644 --- a/devel/popt/Makefile +++ b/devel/popt/Makefile @@ -1,5 +1,6 @@ PORTNAME= popt PORTVERSION= 1.19 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= https://ftp.osuosl.org/pub/rpm/popt/releases/popt-1.x/ \ http://ftp.rpm.org/popt/releases/popt-1.x/ @@ -14,6 +15,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING USES= cpe iconv libtool pathfix GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX=${PREFIX}/share INSTALL_TARGET= install-strip TEST_TARGET= check USE_LDCONFIG= yes diff --git a/devel/popt/pkg-plist b/devel/popt/pkg-plist index eff18fe8a6f4..0806a3a9b2bd 100644 --- a/devel/popt/pkg-plist +++ b/devel/popt/pkg-plist @@ -4,7 +4,7 @@ lib/libpopt.so lib/libpopt.so.0 lib/libpopt.so.0.0.2 libdata/pkgconfig/popt.pc -man/man3/popt.3.gz +share/man/man3/popt.3.gz %%NLS%%share/locale/ca/LC_MESSAGES/popt.mo %%NLS%%share/locale/cs/LC_MESSAGES/popt.mo %%NLS%%share/locale/da/LC_MESSAGES/popt.mo |