diff options
Diffstat (limited to 'audio/gnomeaudio/Makefile')
-rw-r--r-- | audio/gnomeaudio/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/audio/gnomeaudio/Makefile b/audio/gnomeaudio/Makefile index 522e80b..bc708d8 100644 --- a/audio/gnomeaudio/Makefile +++ b/audio/gnomeaudio/Makefile @@ -6,7 +6,7 @@ # PORTNAME= gnomeaudio -PORTVERSION= 1.0.0 +PORTVERSION= 1.4.0 CATEGORIES= audio gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= stable/sources/gnome-audio @@ -15,11 +15,8 @@ DISTNAME= gnome-audio-${PORTVERSION} MAINTAINER= ade@FreeBSD.org USE_X_PREFIX= yes -USE_GMAKE= yes USE_GNOMELIBS= yes NO_BUILD= yes - -post-extract: - @${RM} -fr ${WRKSRC}/sounds/sounds +WRKSRC= ${WRKDIR}/${DISTNAME}/sounds .include <bsd.port.mk> |