diff --git a/audio/xhippo/Makefile b/audio/xhippo/Makefile index 088f24e28f3f..dc9cec4fbe60 100644 --- a/audio/xhippo/Makefile +++ b/audio/xhippo/Makefile @@ -15,7 +15,6 @@ LIB_DEPENDS= libid3tag.so:${PORTSDIR}/audio/libid3tag 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 diff --git a/audio/xhippo/pkg-plist b/audio/xhippo/pkg-plist index ef329c2d737f..309e52551a12 100644 --- a/audio/xhippo/pkg-plist +++ b/audio/xhippo/pkg-plist @@ -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