diff options
author | Nuno Teixeira <eduardo@FreeBSD.org> | 2024-03-03 10:03:10 +0000 |
---|---|---|
committer | Nuno Teixeira <eduardo@FreeBSD.org> | 2024-03-03 10:04:09 +0000 |
commit | 512e4d7f30d9347c6067134664bde17d6c433be2 (patch) | |
tree | 56c12379c446e6c9eff837e83e3b10c0b03f554d /comms | |
parent | 4f689d157daa837a9d8c173341369691f229e082 (diff) | |
download | freebsd-ports-512e4d7f30d9347c6067134664bde17d6c433be2.zip |
comms/xdemorse: Move man pages to share/man
Approved by: portmgr (blanket)
Diffstat (limited to 'comms')
-rw-r--r-- | comms/xdemorse/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/comms/xdemorse/Makefile b/comms/xdemorse/Makefile index c275cf7ce01f..62778a953589 100644 --- a/comms/xdemorse/Makefile +++ b/comms/xdemorse/Makefile @@ -1,6 +1,6 @@ PORTNAME= xdemorse DISTVERSION= 3.6.7 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= comms MASTER_SITES= https://www.qsl.net/5/5b4az/pkg/morse/xdemorse/ @@ -18,11 +18,12 @@ USES= compiler:c++11-lang gettext-tools gmake gnome \ USE_GNOME= cairo gdkpixbuf2 glib20 gtk30 GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share LDFLAGS+= -lgmodule-2.0 PLIST_FILES= bin/${PORTNAME} \ - man/man1/${PORTNAME}.1.gz \ + share/man/man1/${PORTNAME}.1.gz \ share/applications/${PORTNAME}.desktop \ share/pixmaps/${PORTNAME}.svg |