summaryrefslogtreecommitdiff
path: root/editors/vilearn/Makefile
diff options
context:
space:
mode:
authorjoerg <joerg>2008-06-20 01:09:05 +0000
committerjoerg <joerg>2008-06-20 01:09:05 +0000
commitd8368bbc25c90072a19b5e48f0fba26251b6877f (patch)
treebb388f6b2532587595653e67cce25229ed050cb8 /editors/vilearn/Makefile
parentf1b924fda77b6920565e56f54c9391b4dc68f8ca (diff)
downloadpkgsrc-d8368bbc25c90072a19b5e48f0fba26251b6877f.tar.gz
Add DESTDIR support.
Diffstat (limited to 'editors/vilearn/Makefile')
-rw-r--r--editors/vilearn/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/editors/vilearn/Makefile b/editors/vilearn/Makefile
index 27f209e6d53..39866a4305e 100644
--- a/editors/vilearn/Makefile
+++ b/editors/vilearn/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2007/11/25 11:46:59 wiz Exp $
+# $NetBSD: Makefile,v 1.7 2008/06/20 01:09:17 joerg Exp $
#
DISTNAME= vilearn-1.0
@@ -10,6 +10,10 @@ MAINTAINER= abs@NetBSD.org
HOMEPAGE= http://vilearn.org/
COMMENT= Online vi tutorial, from basic to advanced
+PKG_DESTDIR_SUPPORT= user-destdir
+
EXTRACT_CMD= ${GZCAT} ${DOWNLOADED_DISTFILE} | ${SED} '1,/^wes$$/d' | ${SH}
+INSTALLATION_DIRS= bin ${PKGMANDIR}/man1
+
.include "../../mk/bsd.pkg.mk"