diff options
author | cpiazza <cpiazza@FreeBSD.org> | 1999-10-28 04:06:39 +0000 |
---|---|---|
committer | cpiazza <cpiazza@FreeBSD.org> | 1999-10-28 04:06:39 +0000 |
commit | e891b734592209d2e0e92a4082b581b47b80de1a (patch) | |
tree | 358883a649307f3840949436ca090fcdc404b3e7 /audio/aumix/Makefile | |
parent | 465de876154e004a5bad38a57e2a7f54a37f09c0 (diff) | |
download | FreeBSD-ports-e891b734592209d2e0e92a4082b581b47b80de1a.zip FreeBSD-ports-e891b734592209d2e0e92a4082b581b47b80de1a.tar.gz |
Update to version 1.24
Diffstat (limited to 'audio/aumix/Makefile')
-rw-r--r-- | audio/aumix/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/audio/aumix/Makefile b/audio/aumix/Makefile index ad20039..e901c0b 100644 --- a/audio/aumix/Makefile +++ b/audio/aumix/Makefile @@ -1,12 +1,12 @@ # New ports collection makefile for: aumix -# Version required: 1.22.1 +# Version required: 1.24 # Date created: 21 May 1999 # Whom: Chris Piazza <cpiazza@FreeBSD.org> # # $FreeBSD$ # -DISTNAME= aumix-1.22.1 +DISTNAME= aumix-1.24 CATEGORIES= audio MASTER_SITES= http://jpj.net/~trevor/aumix/ \ ${MASTER_SITE_SUNSITE} @@ -24,4 +24,7 @@ CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib" CPPFLAGS="-I${LOCALBASE}/include" MAN1= aumix.1 +post-patch: + @${PERL} -pi -e 's:__PREFIX__:${PREFIX}:' ${WRKSRC}/src/xaumix + .include <bsd.port.mk> |