pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/archivers/9e - Use buildlink framework.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4cee015f9fb8
branches:  trunk
changeset: 472499:4cee015f9fb8
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Sun Apr 11 03:24:36 2004 +0000

description:
- Use buildlink framework.
- NO_CONFIGURE=yes
- Enable pkgviews installation.

diffstat:

 archivers/9e/Makefile |  9 ++++++++-
 1 files changed, 8 insertions(+), 1 deletions(-)

diffs (23 lines):

diff -r e7e723e6f9c4 -r 4cee015f9fb8 archivers/9e/Makefile
--- a/archivers/9e/Makefile     Sun Apr 11 03:21:06 2004 +0000
+++ b/archivers/9e/Makefile     Sun Apr 11 03:24:36 2004 +0000
@@ -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 @@
 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
 



Home | Main Index | Thread Index | Old Index