summaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2001-11-29 18:50:56 +0000
committerMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2001-11-29 18:50:56 +0000
commit26de855e10b295e8fd203987f9e52025397378af (patch)
treeabde6953652d25ea31b13f50c9db69cba01482f2 /audio
parentSpecify DEF_SERVER explicitly in case the user is buildling with just the X (diff)
Workaround to remove auto{conf,make} as dependencies
Notes
Notes: svn path=/head/; revision=50729
Diffstat (limited to 'audio')
-rw-r--r--audio/agbrowser/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/audio/agbrowser/Makefile b/audio/agbrowser/Makefile
index 172384301de2..ee0fceabf746 100644
--- a/audio/agbrowser/Makefile
+++ b/audio/agbrowser/Makefile
@@ -12,9 +12,6 @@ MASTER_SITES= http://www.geocities.com/uallloveme/OSS/AGBrowser/
MAINTAINER= lioux@FreeBSD.org
-# USE_AUTO{CONF,MAKE} breaks it
-BUILD_DEPENDS= autoconf:${PORTSDIR}/devel/autoconf \
- automake:${PORTSDIR}/devel/automake
RUN_DEPENDS= AGSatellite:${PORTSDIR}/audio/agsatellite
USE_KDELIBS_VER=2
@@ -24,6 +21,9 @@ post-patch:
@${SED} -e "s|%%PREFIX%%|${PREFIX}|" -e "s|%%LOCALBASE%%|${LOCALBASE}|" \
${FILESDIR}/wrapper.sh > ${WRKDIR}/wrapper.sh
+pre-configure:
+ @${TOUCH} `${FIND} -E ${WRKSRC} -regex ".*(Makefile|configure)\.(am|in)"`
+
post-install:
@${MV} ${PREFIX}/bin/agbrowser ${PREFIX}/bin/agbrowser-real
@${INSTALL_SCRIPT} ${WRKDIR}/wrapper.sh ${PREFIX}/bin/agbrowser