diff options
author | nork <nork@FreeBSD.org> | 2003-02-09 01:37:51 +0800 |
---|---|---|
committer | nork <nork@FreeBSD.org> | 2003-02-09 01:37:51 +0800 |
commit | 3a84a5fb4aae961c3c6a0a3d26bcec1e8f4a3c37 (patch) | |
tree | b1fb1728186f9682cff0c1ec40c5481e53c48914 /net | |
parent | 4599cf490896d2f190c17233e71e8fba95ec6e92 (diff) | |
download | freebsd-ports-gnome-3a84a5fb4aae961c3c6a0a3d26bcec1e8f4a3c37.tar.gz freebsd-ports-gnome-3a84a5fb4aae961c3c6a0a3d26bcec1e8f4a3c37.tar.zst freebsd-ports-gnome-3a84a5fb4aae961c3c6a0a3d26bcec1e8f4a3c37.zip |
Update to 2003.02.08 and use HAS_CONFIGURE=YES.
Diffstat (limited to 'net')
-rw-r--r-- | net/liveMedia/Makefile | 10 | ||||
-rw-r--r-- | net/liveMedia/distinfo | 2 |
2 files changed, 8 insertions, 4 deletions
diff --git a/net/liveMedia/Makefile b/net/liveMedia/Makefile index 54af89fbfec7..79594e9bdebf 100644 --- a/net/liveMedia/Makefile +++ b/net/liveMedia/Makefile @@ -6,7 +6,7 @@ # PORTNAME= liveMedia -PORTVERSION= 2003.02.06a +PORTVERSION= 2003.02.08 PORTEPOCH= 1 CATEGORIES= net devel MASTER_SITES= http://www.LIVE.COM/liveMedia/public/ @@ -21,8 +21,12 @@ NO_CDROM= 'dated material' WRKSRC= ${WRKDIR}/live PLIST= ${WRKDIR}/pkg-plist +HAS_CONFIGURE= YES USE_REINPLACE= YES +CONFIGURE_SCRIPT= genMakefiles +CONFIGURE_ARGS= fixed-${OPSYS:L} + BasicUsageEnvironment= \ BasicUsageEnvironment/include/BasicHashTable.hh \ BasicUsageEnvironment/include/BasicUsageEnvironment.hh \ @@ -108,8 +112,8 @@ liveMedia= \ post-extract: @${CP} ${FILESDIR}/config.fixed-${OPSYS:L} ${WRKSRC}/ -do-configure: - @(cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ./genMakefiles fixed-${OPSYS:L}) +#do-configure: +# @(cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ./genMakefiles fixed-${OPSYS:L}) pre-install: @${RM} -f ${PLIST} diff --git a/net/liveMedia/distinfo b/net/liveMedia/distinfo index fb0aea49c414..55a15fa7e67a 100644 --- a/net/liveMedia/distinfo +++ b/net/liveMedia/distinfo @@ -1 +1 @@ -MD5 (live.2003.02.06a.tar.gz) = 27ee9b070d1977c795bba4b224f821dd +MD5 (live.2003.02.08.tar.gz) = 5f1d5956a47116b7bb0634114e293e01 |