diff options
Diffstat (limited to 'net/dgd-net/Makefile')
-rw-r--r-- | net/dgd-net/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/net/dgd-net/Makefile b/net/dgd-net/Makefile index 8006e8d35996..5136c23110c4 100644 --- a/net/dgd-net/Makefile +++ b/net/dgd-net/Makefile @@ -8,15 +8,12 @@ PORTNAME= dgd-net PORTVERSION= 1.2 CATEGORIES= net lang -MASTER_SITES= ftp://ftp.dworkin.nl/pub/dgd/archive/ \ - http://dl.droso.net/ports/ -DISTNAME= dgd-${PORTVERSION} +MASTER_SITES= http://ftp.dworkin.nl/dgd/archive/ +DISTNAME= ${PORTNAME:S/-net//g}-${PORTVERSION} MAINTAINER= araujo@FreeBSD.org COMMENT= Dworkin's Generic Driver + extra networking support + regexps -BROKEN= sources not available - NO_CDROM= no distribution to corporate environment RESTRICTED= license required for commercial use @@ -35,7 +32,6 @@ post-build: @${CHMOD} o+r ${WRKDIR}/dgd/doc/kfun/* do-install: - @-${MV} ${PREFIX}/dgd/bin/driver.net ${PREFIX}/dgd/bin/driver.net.old @${TAR} -C ${WRKDIR} -cf - `${GREP} '^dgd/' ${PLIST}` \ | ${TAR} -C ${PREFIX} -xpf - |