diff options
Diffstat (limited to 'devel/isect/Makefile')
-rw-r--r-- | devel/isect/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/devel/isect/Makefile b/devel/isect/Makefile index 9bc4d7982dc..69f0ba7bc58 100644 --- a/devel/isect/Makefile +++ b/devel/isect/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.22 2003/08/30 18:46:17 jlam Exp $ +# $NetBSD: Makefile,v 1.23 2003/08/30 22:51:14 jlam Exp $ # DISTNAME= isect-1.6.2 @@ -21,6 +21,8 @@ INFO_FILES= isect.info RCD_SCRIPTS= isect +DEINSTALL_EXTRA_TMPL+= ${.CURDIR}/DEINSTALL + DOCDIR= ${PREFIX}/share/doc/isect EGDIR= ${PREFIX}/share/examples/isect |