diff options
author | minskim <minskim@pkgsrc.org> | 2004-04-11 03:24:36 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2004-04-11 03:24:36 +0000 |
commit | edd2aa69c6427a8731d4be50a6996e359f494f1c (patch) | |
tree | 21c78731f641e23d6d5f69d5c330bdf8260b224a /archivers | |
parent | 3c409e1bb903d032b7e303fb2833b3dcb3c2756b (diff) | |
download | pkgsrc-edd2aa69c6427a8731d4be50a6996e359f494f1c.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 |