diff options
author | adam <adam@FreeBSD.org> | 1996-03-10 17:30:57 +0800 |
---|---|---|
committer | adam <adam@FreeBSD.org> | 1996-03-10 17:30:57 +0800 |
commit | ad371bce2fc1ce52da5afe53b461e7f075733c31 (patch) | |
tree | 87802c3e0eb1fbd0001a69a7cce6dd446fd5fe33 /net | |
parent | 8aa144fd26e4e88e400e6a9e24d9571326273a13 (diff) | |
download | freebsd-ports-gnome-ad371bce2fc1ce52da5afe53b461e7f075733c31.tar.gz freebsd-ports-gnome-ad371bce2fc1ce52da5afe53b461e7f075733c31.tar.zst freebsd-ports-gnome-ad371bce2fc1ce52da5afe53b461e7f075733c31.zip |
use main sequence of patchfiles instead of a megapatch.
make the contents of doc/kfun world readable.
Diffstat (limited to 'net')
-rw-r--r-- | net/dgd/Makefile | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/net/dgd/Makefile b/net/dgd/Makefile index d3927e7b35f9..8e8bc9a847c7 100644 --- a/net/dgd/Makefile +++ b/net/dgd/Makefile @@ -3,7 +3,7 @@ # Date created: 23 August 1994 # Whom: adam # -# $Id: Makefile,v 1.37 1996/02/27 19:05:19 adam Exp $ +# $Id: Makefile,v 1.38 1996/03/10 09:01:49 asami Exp $ # DISTNAME= dgd-1.0.41 @@ -12,7 +12,10 @@ CATEGORIES= net lang MASTER_SITES= ftp.lysator.liu.se:/pub/lpmud/drivers/dgd/ PATCH_SITES= ftp.veda.is:/pub/mud/dgd/patches/ -PATCHFILES= 1.0.37-1.0.41.gz +PATCHFILES= 1.0.37-1.0.38.gz \ + 1.0.38-1.0.39.gz \ + 1.0.39-1.0.40.gz \ + 1.0.40-1.0.41.gz MAINTAINER= adam@veda.is @@ -28,6 +31,7 @@ post-patch: post-build: @cd ${WRKSRC}; ${MAKE} install @sed '/^@srcdir/s|\.|${WRKDIR}/\.|' <${PKGDIR}/PLIST >${WRKDIR}/PLIST + @chmod o+r ${WRKDIR}/dgd/doc/kfun/* do-install: @-mv ${PREFIX}/dgd/bin/driver ${PREFIX}/dgd/bin/driver.old |