diff options
author | jlam <jlam> | 2003-08-30 18:46:17 +0000 |
---|---|---|
committer | jlam <jlam> | 2003-08-30 18:46:17 +0000 |
commit | 58b6ad0f0bbf0bf2be74e00954544568fdf9acae (patch) | |
tree | 4975009f49cb5043fd288abbf5af2cdf3c0a47d2 /devel | |
parent | 2cf0ad0f01a76472e312cc4f999666880115b625 (diff) | |
download | pkgsrc-58b6ad0f0bbf0bf2be74e00954544568fdf9acae.tar.gz |
Remove redundant line that matches the default.
Diffstat (limited to 'devel')
-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 |