Date: Wed, 25 Sep 2013 06:44:35 +0000 (UTC) From: Jason Helfman <jgh@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r328257 - in head/deskutils: xpad xpad-current Message-ID: <201309250644.r8P6iZ3f069672@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: jgh Date: Wed Sep 25 06:44:35 2013 New Revision: 328257 URL: http://svnweb.freebsd.org/changeset/ports/328257 Log: - support staging Modified: head/deskutils/xpad-current/Makefile head/deskutils/xpad-current/pkg-plist head/deskutils/xpad/Makefile head/deskutils/xpad/pkg-plist Modified: head/deskutils/xpad-current/Makefile ============================================================================== --- head/deskutils/xpad-current/Makefile Wed Sep 25 06:14:31 2013 (r328256) +++ head/deskutils/xpad-current/Makefile Wed Sep 25 06:44:35 2013 (r328257) @@ -26,7 +26,6 @@ CPPFLAGS+= ${CXXFLAGS} -I${LOCALBASE}/in 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|' \ Modified: head/deskutils/xpad-current/pkg-plist ============================================================================== --- head/deskutils/xpad-current/pkg-plist Wed Sep 25 06:14:31 2013 (r328256) +++ head/deskutils/xpad-current/pkg-plist Wed Sep 25 06:44:35 2013 (r328257) @@ -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 Modified: head/deskutils/xpad/Makefile ============================================================================== --- head/deskutils/xpad/Makefile Wed Sep 25 06:14:31 2013 (r328256) +++ head/deskutils/xpad/Makefile Wed Sep 25 06:44:35 2013 (r328257) @@ -24,9 +24,6 @@ USES= pkgconfig gmake INSTALLS_ICONS= yes GNU_CONFIGURE= yes -MAN1= xpad.1 - -NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MNLS} @@ -39,8 +36,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|' \ Modified: head/deskutils/xpad/pkg-plist ============================================================================== --- head/deskutils/xpad/pkg-plist Wed Sep 25 06:14:31 2013 (r328256) +++ head/deskutils/xpad/pkg-plist Wed Sep 25 06:44:35 2013 (r328257) @@ -1,4 +1,5 @@ bin/xpad +man/man1/xpad.1.gz share/applications/xpad.desktop share/icons/hicolor/scalable/apps/xpad.svg %%NLS%%share/locale/af/LC_MESSAGES/xpad.mo
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201309250644.r8P6iZ3f069672>