svn commit: r328257 - in head/deskutils: xpad xpad-current

Jason Helfman jgh at FreeBSD.org
Wed Sep 25 06:44:36 UTC 2013


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


More information about the svn-ports-all mailing list