summaryrefslogtreecommitdiff
path: root/comms/snooper
diff options
context:
space:
mode:
authorhubertf <hubertf>2000-09-26 03:16:45 +0000
committerhubertf <hubertf>2000-09-26 03:16:45 +0000
commit8623f355183cb66137bd8bc3755d25782c334de2 (patch)
tree829eb5a8f5505fdb63ddc770b6ce0aa3819d8dd5 /comms/snooper
parentb46fbde59751be53e21d85c11d4bcc01fa01f390 (diff)
downloadpkgsrc-8623f355183cb66137bd8bc3755d25782c334de2.tar.gz
Make this work on alpha: the shipped .depends file is wrong for this
(and probably many other) archs, re-gen it.
Diffstat (limited to 'comms/snooper')
-rw-r--r--comms/snooper/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/comms/snooper/Makefile b/comms/snooper/Makefile
index 4ae68be6175..9286a4deea9 100644
--- a/comms/snooper/Makefile
+++ b/comms/snooper/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 1999/12/28 04:34:52 wiz Exp $
+# $NetBSD: Makefile,v 1.5 2000/09/26 03:16:45 hubertf Exp $
# FreeBSD Id: Makefile,v 1.3 1998/08/13 09:20:41 itojun Exp $
DISTNAME= snooper-19991202
@@ -16,6 +16,9 @@ MESSAGE_FILE= ${WRKDIR}/.MESSAGE
pre-install:
@${SED} -e 's|$${PREFIX}|${PREFIX}|' ${MESSAGE_SRC} > ${MESSAGE_FILE}
+pre-build:
+ cd ${WRKSRC} ; ${MAKE} depend
+
post-install:
${MKDIR} ${PREFIX}/share/doc/snooper
${INSTALL_DATA} ${WRKSRC}/../README ${PREFIX}/share/doc/snooper