diff options
author | antoine <antoine@FreeBSD.org> | 2014-01-18 23:12:43 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2014-01-18 23:12:43 +0800 |
commit | cf9bc6dc73f05d138c9d357fa33add165f4c10aa (patch) | |
tree | bc3fd348f0aeabbe3a617372a6c9b91482297774 /audio/xmms-eq | |
parent | 6fc907d09ac9846566e24d1f9aa030b1cf33d556 (diff) | |
download | freebsd-ports-gnome-cf9bc6dc73f05d138c9d357fa33add165f4c10aa.tar.gz freebsd-ports-gnome-cf9bc6dc73f05d138c9d357fa33add165f4c10aa.tar.zst freebsd-ports-gnome-cf9bc6dc73f05d138c9d357fa33add165f4c10aa.zip |
Stage support
Diffstat (limited to 'audio/xmms-eq')
-rw-r--r-- | audio/xmms-eq/Makefile | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/audio/xmms-eq/Makefile b/audio/xmms-eq/Makefile index 6a8fc116cd5a..4021c9c576c2 100644 --- a/audio/xmms-eq/Makefile +++ b/audio/xmms-eq/Makefile @@ -15,7 +15,6 @@ COMMENT= Real-time graphical equalizer plugin for XMMS LIB_DEPENDS= libxmms.so:${PORTSDIR}/multimedia/xmms USE_BZIP2= yes -NO_STAGE= yes USE_GNOME= gtk12 GNU_CONFIGURE= yes @@ -47,9 +46,4 @@ post-patch: ${CONFIGURE_WRKSRC}/${CONFIGURE_SCRIPT} .endif -post-install: - @${ECHO_CMD} - @${CAT} ${PKGMESSAGE} - @${ECHO_CMD} - .include <bsd.port.mk> |