diff options
author | Guido Falsi <madpilot@FreeBSD.org> | 2024-03-01 23:38:38 +0000 |
---|---|---|
committer | Guido Falsi <madpilot@FreeBSD.org> | 2024-03-01 23:38:38 +0000 |
commit | 06e7a26cc7676b9b42fa9bb4d31bb55d24891153 (patch) | |
tree | 7b87e3c9481e8c9c69d8a9f6ee1904f29d0685c5 | |
parent | 1f4a88c5b9893856a6fea484780e0e3c28d12094 (diff) |
comms/gnokii: Move man pages to share/man.
-rw-r--r-- | comms/gnokii/Makefile | 7 | ||||
-rw-r--r-- | comms/gnokii/pkg-plist | 12 |
2 files changed, 10 insertions, 9 deletions
diff --git a/comms/gnokii/Makefile b/comms/gnokii/Makefile index 8dfb203e0b29..b735af5f78a8 100644 --- a/comms/gnokii/Makefile +++ b/comms/gnokii/Makefile @@ -1,6 +1,6 @@ PORTNAME= gnokii PORTVERSION= 0.6.31 -PORTREVISION= 14 +PORTREVISION= 15 PORTEPOCH= 1 CATEGORIES= comms MASTER_SITES= http://www.gnokii.org/download/gnokii/ \ @@ -22,10 +22,11 @@ USE_LDCONFIG= yes USE_CSTD= gnu89 USE_GNOME= glib20 intltool GNU_CONFIGURE= yes -CONFIGURE_ARGS+= --enable-security +CONFIGURE_ARGS= --enable-security +GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share SHEBANG_FILES= smsd/action -SUB_FILES+= pkg-message +SUB_FILES= pkg-message PORTDOCS= * CONFLICTS= smstools sendsms diff --git a/comms/gnokii/pkg-plist b/comms/gnokii/pkg-plist index a42ff19d3377..992cdd06ef63 100644 --- a/comms/gnokii/pkg-plist +++ b/comms/gnokii/pkg-plist @@ -23,12 +23,12 @@ lib/libgnokii.so.7 lib/libgnokii.so.7.0.0 libdata/pkgconfig/gnokii.pc libdata/pkgconfig/xgnokii.pc -man/man1/gnokii.1.gz -man/man1/sendsms.1.gz -man/man1/xgnokii.1.gz -man/man8/gnokiid.8.gz -man/man8/mgnokiidev.8.gz -%%SMSD%%man/man8/smsd.8.gz +share/man/man1/gnokii.1.gz +share/man/man1/sendsms.1.gz +share/man/man1/xgnokii.1.gz +share/man/man8/gnokiid.8.gz +share/man/man8/mgnokiidev.8.gz +%%SMSD%%share/man/man8/smsd.8.gz @(,gnokii,4750) sbin/gnokiid @(,gnokii,4750) sbin/mgnokiidev %%SMSD%%@(,gnokii,0750) sbin/smsd |