diff options
author | minskim <minskim> | 2004-04-11 03:24:36 +0000 |
---|---|---|
committer | minskim <minskim> | 2004-04-11 03:24:36 +0000 |
commit | b97dfa447755899dcba4aa1080459fd42b5eb63e (patch) | |
tree | 21c78731f641e23d6d5f69d5c330bdf8260b224a /archivers | |
parent | 9c66639ad85669a1ade04b43bcf5e65f552312d9 (diff) | |
download | pkgsrc-b97dfa447755899dcba4aa1080459fd42b5eb63e.tar.gz |
- Use buildlink framework.
- NO_CONFIGURE=yes
- Enable pkgviews installation.
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/9e/Makefile | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/archivers/9e/Makefile b/archivers/9e/Makefile index e30e8110d2f..79158b98ab9 100644 --- a/archivers/9e/Makefile +++ b/archivers/9e/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2003/07/17 21:21:03 grant Exp $ +# $NetBSD: Makefile,v 1.4 2004/04/11 03:24:36 minskim Exp $ # FreeBSD Id: ports/archivers/9e/Makefile,v 1.5 2002/07/22 03:58:19 fenner Exp DISTNAME= 9e @@ -10,6 +10,13 @@ MAINTAINER= tech-pkg@NetBSD.org HOMEPAGE= http://www.eecs.harvard.edu/~wkj/Software/9e/ COMMENT= Explode Plan9 archives +PKG_INSTALLATION_TYPES= overwrite pkgviews + +USE_BUILDLINK3= yes +NO_CONFIGURE= yes + +INSTALLATION_DIRS= bin + do-install: ${INSTALL_PROGRAM} ${WRKSRC}/9e ${PREFIX}/bin |