diff options
author | jgh <jgh@FreeBSD.org> | 2013-09-25 14:44:35 +0800 |
---|---|---|
committer | jgh <jgh@FreeBSD.org> | 2013-09-25 14:44:35 +0800 |
commit | 9fe1eaeaeb026e59d19a22341a2b10f8d6d03dd8 (patch) | |
tree | 59caa303bbcfa069adce064054842f46671966c7 /deskutils/xpad-current | |
parent | 01959ff51318ecee9fec3546331a88da59884332 (diff) | |
download | freebsd-ports-gnome-9fe1eaeaeb026e59d19a22341a2b10f8d6d03dd8.tar.gz freebsd-ports-gnome-9fe1eaeaeb026e59d19a22341a2b10f8d6d03dd8.tar.zst freebsd-ports-gnome-9fe1eaeaeb026e59d19a22341a2b10f8d6d03dd8.zip |
- support staging
Diffstat (limited to 'deskutils/xpad-current')
-rw-r--r-- | deskutils/xpad-current/Makefile | 3 | ||||
-rw-r--r-- | deskutils/xpad-current/pkg-plist | 1 |
2 files changed, 1 insertions, 3 deletions
diff --git a/deskutils/xpad-current/Makefile b/deskutils/xpad-current/Makefile index 05e69c13eda4..e7522399db96 100644 --- a/deskutils/xpad-current/Makefile +++ b/deskutils/xpad-current/Makefile @@ -26,7 +26,6 @@ CPPFLAGS+= ${CXXFLAGS} -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib GNU_CONFIGURE= yes -NO_STAGE= yes .include <bsd.port.options.mk> #code currently doesn't properly handle --disable-nls (in next upstream milestone) @@ -38,8 +37,6 @@ CONFIGURE_ARGS+= --disable-nls PLIST_SUB+= NLS="@comment " .endif -MAN1+= xpad.1 - post-patch-script: .if ! ${PORT_OPTIONS:MNLS} @${REINPLACE_CMD} -e 's|SUBDIRS = autopackage doc src images po|SUBDIRS = autopackage doc src images|' \ diff --git a/deskutils/xpad-current/pkg-plist b/deskutils/xpad-current/pkg-plist index ac8ca7efc55d..03f143a29838 100644 --- a/deskutils/xpad-current/pkg-plist +++ b/deskutils/xpad-current/pkg-plist @@ -1,4 +1,5 @@ bin/xpad +man/man1/xpad.1.gz share/applications/xpad.desktop share/icons/hicolor/scalable/apps/xpad.svg %%NLS%%%%NLS%%share/locale/af/LC_MESSAGES/xpad.mo |