aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNuno Teixeira <eduardo@FreeBSD.org>2024-03-03 12:21:35 +0000
committerNuno Teixeira <eduardo@FreeBSD.org>2024-03-03 12:35:44 +0000
commit5508f4b3889783a9010b29e2c3bf4c8ac6a2516f (patch)
tree100fb82bbc424794bac1493743ba3269e8a487d4
parent2feb5653d626a2af780d1b3329222204c1decff9 (diff)
downloadports-5508f4b3889783a9010b29e2c3bf4c8ac6a2516f.tar.gz
ports-5508f4b3889783a9010b29e2c3bf4c8ac6a2516f.zip
deskutils/xpad: Move man pages to share/man
Approved by: portmgr (blanket)
-rw-r--r--deskutils/xpad/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/deskutils/xpad/Makefile b/deskutils/xpad/Makefile
index 988afd530e00..8480d5cc1ee9 100644
--- a/deskutils/xpad/Makefile
+++ b/deskutils/xpad/Makefile
@@ -1,6 +1,6 @@
PORTNAME= xpad
PORTVERSION= 5.8.0
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= deskutils
MASTER_SITES= https://launchpad.net/${PORTNAME}/trunk/${PORTVERSION}/+download/
@@ -28,10 +28,11 @@ USE_GNOME= gtk30 gtksourceview4 cairo gdkpixbuf2
CPPFLAGS+= ${CXXFLAGS} -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
GNU_CONFIGURE= yes
+GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share
PORTDOCS= *
PLIST_FILES= \
bin/xpad \
-man/man1/xpad.1.gz \
+share/man/man1/xpad.1.gz \
share/applications/xpad.desktop \
share/icons/hicolor/scalable/apps/xpad.svg \
share/metainfo/xpad.appdata.xml \