forked from Lainports/freebsd-ports
- Mark as unbroken.
- Fix installation.
This commit is contained in:
parent
784cc9156e
commit
72f820041c
2 changed files with 12 additions and 6 deletions
|
|
@ -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 -
|
||||
|
||||
|
|
|
|||
10
net/dgd-net/files/patch-makefile
Normal file
10
net/dgd-net/files/patch-makefile
Normal file
|
|
@ -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
|
||||
Loading…
Add table
Reference in a new issue