diff options
Diffstat (limited to 'audio/gnome-audio/Makefile')
-rw-r--r-- | audio/gnome-audio/Makefile | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/audio/gnome-audio/Makefile b/audio/gnome-audio/Makefile index 0a8127c3c4e0..24c8568198ec 100644 --- a/audio/gnome-audio/Makefile +++ b/audio/gnome-audio/Makefile @@ -1,16 +1,16 @@ # New ports collection makefile for: gnomeaudio -# Version required: 0.99.8 +# Version required: 1.0.0 # Date created: 29 Dec 1998 # Whom: Vanilla I. Shu <vanilla@FreeBSD.ORG> # -# $Id: Makefile,v 1.4 1999/01/31 19:08:54 vanilla Exp $ +# $Id: Makefile,v 1.5 1999/02/19 04:24:59 vanilla Exp $ # -DISTNAME= gnome-audio-0.99.8 -PKGNAME= gnomeaudio-0.99.8 +DISTNAME= gnome-audio-1.0.0 +PKGNAME= gnomeaudio-1.0.0 CATEGORIES= audio gnome MASTER_SITES= ${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR= gnome-audio +MASTER_SITE_SUBDIR= gnome-1.0/sources MAINTAINER= vanilla@FreeBSD.ORG @@ -23,4 +23,7 @@ NO_BUILD= yes INSTALL_TARGET= INSTALL_DATA="${INSTALL_DATA}" install +post-extract: + @${RM} -r ${WRKSRC}/sounds/sounds + .include <bsd.port.mk> |