diff options
author | araujo <araujo@FreeBSD.org> | 2009-03-13 03:07:23 +0800 |
---|---|---|
committer | araujo <araujo@FreeBSD.org> | 2009-03-13 03:07:23 +0800 |
commit | 08bae0168fb013a053e849dffc6a81dc0b01b6b4 (patch) | |
tree | dd8788420f0d91047ebc7f00bf65fa0ebcf6d22a /net | |
parent | bd8765026d2ce7d2c00eb45ce636f0a111301cb7 (diff) | |
download | freebsd-ports-gnome-08bae0168fb013a053e849dffc6a81dc0b01b6b4.tar.gz freebsd-ports-gnome-08bae0168fb013a053e849dffc6a81dc0b01b6b4.tar.zst freebsd-ports-gnome-08bae0168fb013a053e849dffc6a81dc0b01b6b4.zip |
- Mark as unbroken.
- Fix installation.
Diffstat (limited to 'net')
-rw-r--r-- | net/dgd-net/Makefile | 8 | ||||
-rw-r--r-- | net/dgd-net/files/patch-makefile | 10 |
2 files changed, 12 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 - diff --git a/net/dgd-net/files/patch-makefile b/net/dgd-net/files/patch-makefile new file mode 100644 index 000000000000..5934e0f7e13f --- /dev/null +++ b/net/dgd-net/files/patch-makefile @@ -0,0 +1,10 @@ +--- Makefile 2009-03-12 15:54:23.000000000 -0300 ++++ Makefile.orig 2009-03-12 15:54:35.000000000 -0300 +@@ -38,7 +38,6 @@ + @rm -f a.out + + $(BIN)/driver: a.out +- -mv $(BIN)/driver $(BIN)/driver.old + cp a.out $(BIN)/driver + + install: $(BIN)/driver |