diff options
author | jlam <jlam@pkgsrc.org> | 2003-08-30 18:46:17 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2003-08-30 18:46:17 +0000 |
commit | 396e0f41df07f96de2043a92081971cb093996b9 (patch) | |
tree | 4975009f49cb5043fd288abbf5af2cdf3c0a47d2 /devel/isect | |
parent | 8eeebf165b882fe20f487fb28223214b66027069 (diff) | |
download | pkgsrc-396e0f41df07f96de2043a92081971cb093996b9.tar.gz |
Remove redundant line that matches the default.
Diffstat (limited to 'devel/isect')
-rw-r--r-- | devel/isect/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/devel/isect/Makefile b/devel/isect/Makefile index 182ca03003d..9bc4d7982dc 100644 --- a/devel/isect/Makefile +++ b/devel/isect/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.21 2003/08/09 10:44:44 seb Exp $ +# $NetBSD: Makefile,v 1.22 2003/08/30 18:46:17 jlam Exp $ # DISTNAME= isect-1.6.2 @@ -21,8 +21,6 @@ INFO_FILES= isect.info RCD_SCRIPTS= isect -DEINSTALL_EXTRA_TMPL= ${.CURDIR}/DEINSTALL - DOCDIR= ${PREFIX}/share/doc/isect EGDIR= ${PREFIX}/share/examples/isect |