diff options
author | Thomas Gellekum <tg@FreeBSD.org> | 1997-10-30 15:04:17 +0000 |
---|---|---|
committer | Thomas Gellekum <tg@FreeBSD.org> | 1997-10-30 15:04:17 +0000 |
commit | 0ed8e6a102745f946a08131a62693f7c728430db (patch) | |
tree | 703281f7c4bb625d62b6ec1ab3cfc1cbb5d80b31 /audio/xmpeg3/Makefile | |
parent | d8d6ed40b4c22120c0d975b196f0b87031d9fbb3 (diff) |
Notes
Diffstat (limited to 'audio/xmpeg3/Makefile')
-rw-r--r-- | audio/xmpeg3/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/audio/xmpeg3/Makefile b/audio/xmpeg3/Makefile index 3e56ed614bb9..f3b4d32c79c1 100644 --- a/audio/xmpeg3/Makefile +++ b/audio/xmpeg3/Makefile @@ -3,7 +3,7 @@ # Date created: 7 July 1997 # Whom: doconnor@ist.flinders.edu.au # -# $Id: Makefile,v 1.1.1.1 1997/10/29 12:16:52 tg Exp $ +# $Id: Makefile,v 1.2 1997/10/30 00:42:27 asami Exp $ # DISTNAME= xmp3_1.0.0 @@ -15,11 +15,14 @@ EXTRACT_SUFX= .tgz MAINTAINER= ports@FreeBSD.ORG RUN_DEPENDS= amp:${PORTSDIR}/audio/amp \ - wish4.2:${PORTSDIR}/x11/tk42 + wish8.0:${PORTSDIR}/x11/tk80 WRKSRC= ${WRKDIR}/xmpeg3 NO_BUILD= yes +post-patch: + @/usr/bin/perl -pi -e "s|@@PREFIX@@|${PREFIX}|;" ${WRKSRC}/xmpeg3 + do-install: ${INSTALL_SCRIPT} ${WRKSRC}/xmpeg3 ${PREFIX}/bin |