summaryrefslogtreecommitdiff
path: root/comms/snooper/Makefile
diff options
context:
space:
mode:
authorjoerg <joerg>2005-12-27 13:51:27 +0000
committerjoerg <joerg>2005-12-27 13:51:27 +0000
commitd34f25a8983b7cc5bc0c4a0a9352700908232bf0 (patch)
tree5ba8c9ac5d1470221b2d05df6b77d23f90126f36 /comms/snooper/Makefile
parent9bf425f1f8c344a6d30fcb52dc03fb1bac46d97b (diff)
downloadpkgsrc-d34f25a8983b7cc5bc0c4a0a9352700908232bf0.tar.gz
Fix errno and dirent usage. Remove .depend file from distfile,
it breaks build on DragonFly.
Diffstat (limited to 'comms/snooper/Makefile')
-rw-r--r--comms/snooper/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/comms/snooper/Makefile b/comms/snooper/Makefile
index c320db78a12..9534734ddbe 100644
--- a/comms/snooper/Makefile
+++ b/comms/snooper/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.20 2005/11/03 20:01:20 rillig Exp $
+# $NetBSD: Makefile,v 1.21 2005/12/27 13:51:27 joerg Exp $
DISTNAME= snooper-19991202
PKGREVISION= 1
@@ -14,6 +14,9 @@ GNU_CONFIGURE= yes
CONFIGURE_DIRS= build
BUILD_DIRS= build
+post-extract:
+ ${RM} ${WRKSRC}/build/.depend
+
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/snooper
${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/snooper