pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc Fix installation.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4a0b79c3da6b
branches:  trunk
changeset: 540811:4a0b79c3da6b
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Mon Apr 07 18:06:07 2008 +0000

description:
Fix installation.

diffstat:

 net/ssmping/Makefile      |  4 +++-
 security/sslwrap/Makefile |  4 +++-
 2 files changed, 6 insertions(+), 2 deletions(-)

diffs (32 lines):

diff -r 9f6e03ceffe0 -r 4a0b79c3da6b net/ssmping/Makefile
--- a/net/ssmping/Makefile      Mon Apr 07 18:05:43 2008 +0000
+++ b/net/ssmping/Makefile      Mon Apr 07 18:06:07 2008 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2007/10/11 19:35:26 is Exp $
+# $NetBSD: Makefile,v 1.2 2008/04/07 18:07:05 joerg Exp $
 # FreeBSD Id: ports/net/ssmping/Makefile,v 1.1 2006/08/25 19:02:31 miwi Exp
 
 DISTNAME=      ssmping-0.9
@@ -9,4 +9,6 @@
 HOMEPAGE=      http://www.venaas.no/multicast/ssmping/
 COMMENT=       Ping for Any- and Single-Source Multicast
 
+INSTALLATION_DIRS=     bin sbin ${PKGMANDIR}/man1
+
 .include "../../mk/bsd.pkg.mk"
diff -r 9f6e03ceffe0 -r 4a0b79c3da6b security/sslwrap/Makefile
--- a/security/sslwrap/Makefile Mon Apr 07 18:05:43 2008 +0000
+++ b/security/sslwrap/Makefile Mon Apr 07 18:06:07 2008 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.21 2008/01/18 05:09:42 tnn Exp $
+# $NetBSD: Makefile,v 1.22 2008/04/07 18:06:07 joerg Exp $
 #
 
 DISTNAME=      ${PKGNAME_NOREV:S/-//}
@@ -30,4 +30,6 @@
 SUBST_FILES.sslwrap=   apps.h s_cb.c s_server.c s_socket.c
 SUBST_SED.sslwrap=     -e 's|OPENSSL"|"openssl/|'
 
+INSTALLATION_DIRS=     sbin
+
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index