- Mark as unbroken.

- Fix installation.
This commit is contained in:
Marcelo Araujo 2009-03-12 19:07:23 +00:00
parent 784cc9156e
commit 72f820041c
2 changed files with 12 additions and 6 deletions

View file

@ -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 -

View 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