svn commit: r338153 - head/audio/xhippo

Antoine Brodin antoine at FreeBSD.org
Mon Dec 30 17:38:30 UTC 2013


Author: antoine
Date: Mon Dec 30 17:38:29 2013
New Revision: 338153
URL: http://svnweb.freebsd.org/changeset/ports/338153

Log:
  Stage support

Modified:
  head/audio/xhippo/Makefile
  head/audio/xhippo/pkg-plist

Modified: head/audio/xhippo/Makefile
==============================================================================
--- head/audio/xhippo/Makefile	Mon Dec 30 17:34:08 2013	(r338152)
+++ head/audio/xhippo/Makefile	Mon Dec 30 17:38:29 2013	(r338153)
@@ -15,7 +15,6 @@ LIB_DEPENDS=	libid3tag.so:${PORTSDIR}/au
 RUN_DEPENDS=	mpg123:${PORTSDIR}/audio/mpg123
 
 USE_GNOME=	gtk20
-NO_STAGE=	yes
 USES=		gettext pkgconfig
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--with-gtk2
@@ -23,7 +22,6 @@ CONFIGURE_ARGS=	--with-gtk2
 CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib
 
-MAN1=		xhippo.1
 INFO=		xhippo
 
 post-extract:
@@ -34,12 +32,4 @@ post-patch:
 		'/^sysconf_DATA/s|=.*|= xhippo.config.default|' \
 			${WRKSRC}/Makefile.in
 
-post-install:
-.if !exists(${PREFIX}/etc/xhippo.config)
-	(cd ${PREFIX}/etc && ${CP} xhippo.config.default xhippo.config)
-.endif
-	@${ECHO_MSG}
-	@${CAT} ${PKGMESSAGE}
-	@${ECHO_MSG}
-
 .include <bsd.port.mk>

Modified: head/audio/xhippo/pkg-plist
==============================================================================
--- head/audio/xhippo/pkg-plist	Mon Dec 30 17:34:08 2013	(r338152)
+++ head/audio/xhippo/pkg-plist	Mon Dec 30 17:38:29 2013	(r338153)
@@ -2,4 +2,5 @@ bin/xhippo
 @unexec if cmp -s %D/etc/xhippo.config %D/etc/xhippo.config.default; then rm -f %D/etc/xhippo.config; fi
 etc/xhippo.config.default
 @exec test -f %B/xhippo.config || cp %B/%f %B/xhippo.config
+man/man1/xhippo.1.gz
 share/locale/de/LC_MESSAGES/xhippo.mo


More information about the svn-ports-head mailing list