diff options
author | wiz <wiz@pkgsrc.org> | 2007-12-02 11:41:48 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2007-12-02 11:41:48 +0000 |
commit | 15c82cc52bd95e6c928872174e4a713a886b35cf (patch) | |
tree | 691e73b424bac8e1a6bd2d999edcb613ff7af826 /textproc/unroff | |
parent | 55ae60d5ac91445ed55ae8b9f8b72f87355249c5 (diff) | |
download | pkgsrc-15c82cc52bd95e6c928872174e4a713a886b35cf.tar.gz |
Remove Ex-MASTER_SITE. From Zafer Aydogan.
Diffstat (limited to 'textproc/unroff')
-rw-r--r-- | textproc/unroff/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/textproc/unroff/Makefile b/textproc/unroff/Makefile index 8a291addcea..44dd99e3309 100644 --- a/textproc/unroff/Makefile +++ b/textproc/unroff/Makefile @@ -1,11 +1,10 @@ -# $NetBSD: Makefile,v 1.27 2006/06/25 07:57:22 rillig Exp $ +# $NetBSD: Makefile,v 1.28 2007/12/02 11:44:26 wiz Exp $ DISTNAME= unroff-1.0 PKGNAME= unroff-1.0.2 PKGREVISION= 1 CATEGORIES= textproc -MASTER_SITES= http://www-rn.informatik.uni-bremen.de/software/unroff/dist/ \ - http://www-rn.informatik.uni-bremen.de/software/unroff/contrib/ +MASTER_SITES= http://www-rn.informatik.uni-bremen.de/software/unroff/dist/ PATCHFILES= me-misc-patch misc-patch-2 PATCH_DIST_STRIP= -p1 |