summaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2004-01-05 12:48:30 +0000
committerjlam <jlam@pkgsrc.org>2004-01-05 12:48:30 +0000
commitd916fe5c4ef5b0abf9bbe6d316be8d9a56d8306f (patch)
treec17086da3dc87096ff88dfe4cb2741633a64e2ab /sysutils
parent49b57e1360b7ad1410d52e317acd2eb23f33c9df (diff)
downloadpkgsrc-d916fe5c4ef5b0abf9bbe6d316be8d9a56d8306f.tar.gz
bl3ify
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/cdrecord/Makefile15
-rw-r--r--sysutils/etcupdate/Makefile7
-rw-r--r--sysutils/lsof/Makefile6
-rw-r--r--sysutils/psmisc/Makefile8
-rw-r--r--sysutils/xosview/Makefile10
5 files changed, 30 insertions, 16 deletions
diff --git a/sysutils/cdrecord/Makefile b/sysutils/cdrecord/Makefile
index 152c2552419..c123a881a55 100644
--- a/sysutils/cdrecord/Makefile
+++ b/sysutils/cdrecord/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.51 2003/07/17 22:53:28 grant Exp $
+# $NetBSD: Makefile,v 1.52 2004/01/05 12:48:30 jlam Exp $
DISTNAME= cdrtools-2.00.3
PKGNAME= cdrecord-2.00.3
@@ -11,17 +11,14 @@ COMMENT= Software for creating ISO9660 images and writing CDs/CD-RWs
CONFLICTS= mkisofs-[0-9]*
+PKG_INSTALLATION_TYPES= overwrite pkgviews
+
.include "../../mk/bsd.prefs.mk"
-USE_BUILDLINK2= # defined
+USE_BUILDLINK3= # defined
USE_GMAKE= # defined
TBL?= tbl
-.if ${LOCALBASE} != "/opt/schily"
-BUILDLINK_TRANSFORM= r:/opt/schily
-BUILDLINK_TRANSFORM+= r:/opt/schily
-.endif
-
# avoid picking up a bad ${ARCH} during the build
MAKE_ENV+= ARCH=""
MAKE_ENV+= MAKEPROG="gmake"
@@ -48,6 +45,8 @@ MESSAGE_SUBST+= CDRECORD_CONF=${CDRECORD_CONF}
CDRECORD_CONF_FILES= cdrecord/defaults.c cdrecord/cdrecord.1
CDRECORD_CONF_FILES+= readcd/readcd.1
+INSTALLATION_DIRS= bin man/man1 man/man8
+
post-patch:
@cd ${WRKSRC}; for file in ${CDRECORD_CONF_FILES}; do \
${MV} ${WRKSRC}/$$file ${WRKSRC}/$${file}.old && \
@@ -89,5 +88,5 @@ do-install:
${INSTALL_PROGRAM} OBJ/*/readcd ${PREFIX}/bin; \
${INSTALL_MAN} readcd.1 ${PREFIX}/man/man1
-.include "../../mk/ossaudio.buildlink2.mk"
+.include "../../mk/ossaudio.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/sysutils/etcupdate/Makefile b/sysutils/etcupdate/Makefile
index 70c643efb48..f4e23da078c 100644
--- a/sysutils/etcupdate/Makefile
+++ b/sysutils/etcupdate/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.27 2003/12/03 06:44:45 martti Exp $
+# $NetBSD: Makefile,v 1.28 2004/01/05 12:48:30 jlam Exp $
DISTNAME= etcupdate-20031112
WRKSRC= ${WRKDIR}
@@ -12,11 +12,16 @@ COMMENT= Script to update the configuration and startup files in /etc
ONLY_FOR_PLATFORM= NetBSD-*-*
+PKG_INSTALLATION_TYPES= overwrite pkgviews
+
EXTRACT_ONLY= # defined
NO_CHECKSUM= # defined
+NO_BUILDLINK= # defined
NO_CONFIGURE= # defined
NO_BUILD= # defined
+INSTALLATION_DIRS= bin man/man8
+
do-install:
${INSTALL_SCRIPT} ${FILESDIR}/etcupdate ${PREFIX}/bin/etcupdate
${INSTALL_MAN} ${FILESDIR}/etcupdate.8 ${PREFIX}/man/man8
diff --git a/sysutils/lsof/Makefile b/sysutils/lsof/Makefile
index afd777cae5f..b41bf6d3649 100644
--- a/sysutils/lsof/Makefile
+++ b/sysutils/lsof/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.68 2003/11/22 23:19:47 christos Exp $
+# $NetBSD: Makefile,v 1.69 2004/01/05 12:48:30 jlam Exp $
#
DISTNAME= lsof_4.69
@@ -27,6 +27,9 @@ OSVERSION_SPECIFIC= yes
TMPWRK= ${WRKDIR}/${DISTNAME}
SRCBALL_NAME= ${DISTNAME}_src
+PKG_INSTALLATION_TYPES= overwrite pkgviews
+USE_BUILDLINK3= yes
+
.include "../../mk/bsd.prefs.mk"
.if ${OPSYS} == "NetBSD"
@@ -34,6 +37,7 @@ REAL_GROUP= -g kmem
.elif ${OPSYS} == "SunOS"
MAKE_ENV+= CPPFLAGS=
.endif
+INSTALLATION_DIRS= man/man8 sbin
LSOF_MORE_SECURE?= 0
diff --git a/sysutils/psmisc/Makefile b/sysutils/psmisc/Makefile
index 40e90bca5ff..e1d16e13560 100644
--- a/sysutils/psmisc/Makefile
+++ b/sysutils/psmisc/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2003/07/21 17:24:23 martti Exp $
+# $NetBSD: Makefile,v 1.17 2004/01/05 12:48:30 jlam Exp $
DISTNAME= psmisc-20.1
CATEGORIES= sysutils
@@ -11,7 +11,9 @@ COMMENT= Miscellaneous procfs tools: killall, pidof, and pstree
CONFLICTS+= pstree<=2.16
-USE_BUILDLINK2= # defined
+PKG_INSTALLATION_TYPES= overwrite pkgviews
+
+USE_BUILDLINK3= # defined
GNU_CONFIGURE= # defined
LIBS+= ${LIBGETOPT}
@@ -20,5 +22,5 @@ post-install:
${RM} -f ${PREFIX}/bin/pidof
${LN} -f ${PREFIX}/bin/killall ${PREFIX}/bin/pidof
-.include "../../devel/libgetopt/buildlink2.mk"
+.include "../../devel/libgetopt/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/sysutils/xosview/Makefile b/sysutils/xosview/Makefile
index df9ca6a9646..e3782104322 100644
--- a/sysutils/xosview/Makefile
+++ b/sysutils/xosview/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.46 2003/11/11 07:57:42 wiz Exp $
+# $NetBSD: Makefile,v 1.47 2004/01/05 12:48:30 jlam Exp $
DISTNAME= xosview-1.8.1
CATEGORIES= sysutils
@@ -8,7 +8,9 @@ MAINTAINER= bgrayson@NetBSD.org
HOMEPAGE= http://xosview.sourceforge.net/
COMMENT= X11 graphical display of OS statistics
-USE_BUILDLINK2= YES
+PKG_INSTALLATION_TYPES= overwrite pkgviews
+
+USE_BUILDLINK3= YES
USE_X11BASE= YES
HAS_CONFIGURE= YES
@@ -16,6 +18,8 @@ CONFIGURE_ARGS+= --prefix=${PREFIX}
CONFIGURE_ARGS+= --x-includes=${X11BASE}/include
CONFIGURE_ARGS+= --x-libraries=${X11BASE}/lib
+INSTALLATION_DIRS= bin lib/X11/app-defaults man/man1
+
.include "../../mk/bsd.prefs.mk"
.if ${OPSYS} == "NetBSD"
@@ -32,5 +36,5 @@ CPPFLAGS+= -I${X11BASE}/include
LIBS+= -lsocket -lnsl
.endif
-.include "../../graphics/xpm/buildlink2.mk"
+.include "../../graphics/xpm/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"