diff options
author | joerg <joerg@pkgsrc.org> | 2007-03-24 19:21:18 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2007-03-24 19:21:18 +0000 |
commit | d52318ad7f58be5bf7632dc1cdb71e2e2e14266d (patch) | |
tree | a57573ceef3abc19d705671351ee7db9e9292311 /www/swill/Makefile | |
parent | 6398c6433afdc49f0d0039f60434b86e4ca08cd2 (diff) | |
download | pkgsrc-d52318ad7f58be5bf7632dc1cdb71e2e2e14266d.tar.gz |
Prepare for switching to NO_MTREE=yes.
Diffstat (limited to 'www/swill/Makefile')
-rw-r--r-- | www/swill/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/swill/Makefile b/www/swill/Makefile index f17cc9b20e2..4faee83b6ac 100644 --- a/www/swill/Makefile +++ b/www/swill/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2004/01/20 12:28:00 agc Exp $ +# $NetBSD: Makefile,v 1.5 2007/03/24 19:21:33 joerg Exp $ DISTNAME= swill-0.1 CATEGORIES= www devel @@ -10,5 +10,6 @@ COMMENT= The Simple Web Interface Link Library WRKSRC= ${WRKDIR}/SWILL-0.1 GNU_CONFIGURE= yes +INSTALLATION_DIRS= include lib .include "../../mk/bsd.pkg.mk" |