pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/net/sdig Made the package definition a bit simpler.
details: https://anonhg.NetBSD.org/pkgsrc/rev/412325d700d3
branches: trunk
changeset: 525324:412325d700d3
user: rillig <rillig%pkgsrc.org@localhost>
date: Thu Feb 15 21:39:21 2007 +0000
description:
Made the package definition a bit simpler.
diffstat:
net/sdig/Makefile | 23 ++++++++---------------
1 files changed, 8 insertions(+), 15 deletions(-)
diffs (43 lines):
diff -r 002c5a3c35c7 -r 412325d700d3 net/sdig/Makefile
--- a/net/sdig/Makefile Thu Feb 15 21:35:11 2007 +0000
+++ b/net/sdig/Makefile Thu Feb 15 21:39:21 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2007/01/07 09:14:06 rillig Exp $
+# $NetBSD: Makefile,v 1.12 2007/02/15 21:39:21 rillig Exp $
DISTNAME= sdig-0.30
PKGREVISION= 1
@@ -10,26 +10,19 @@
HOMEPAGE= http://www.exploits.org/sdig/
COMMENT= Switch Digger finds port assignment for hosts on a switched Ethernet
-
-EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX}
-
-.include "../../mk/bsd.prefs.mk"
+SUBST_CLASSES+= sdig
+SUBST_STAGE.sdig= post-build
+SUBST_MESSAGE.sdig= Inserting the correct prefix directory.
+SUBST_FILES.sdig= sdig.conf
+SUBST_SED.sdig= -e 's,\$${PREFIX},${PREFIX},g'
-post-extract:
- ${GZCAT} < ${DISTDIR}/mactable.gz > ${WRKDIR}/mactable
-
-post-build: my-post-build
+INSTALLATION_DIRS+= man/man8 man/man5 share/misc share/examples
post-install:
- ${INSTALL_DATA} ${WRKDIR}/sdig.conf ${PREFIX}/share/examples/
+ ${INSTALL_DATA} ${WRKSRC}/sdig.conf ${PREFIX}/share/examples/
${INSTALL_DATA} ${WRKDIR}/mactable ${PREFIX}/share/misc/
${INSTALL_DATA} ${WRKSRC}/sdig.8 ${PREFIX}/${PKGMANDIR}/man8/
${INSTALL_DATA} ${WRKSRC}/sdig.conf.5 ${PREFIX}/${PKGMANDIR}/man5/
.include "../../net/net-snmp/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
-
-# Note: this depends on having a MESSAGE file, which we do.
-#
-my-post-build:
- ${SED} ${MESSAGE_SUBST_SED} < ${WRKSRC}/sdig.conf > ${WRKDIR}/sdig.conf
Home |
Main Index |
Thread Index |
Old Index