diff options
-rw-r--r-- | net/ssmping/Makefile | 4 | ||||
-rw-r--r-- | security/sslwrap/Makefile | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/net/ssmping/Makefile b/net/ssmping/Makefile index 88edd8bb25f..0d19a4aafd1 100644 --- a/net/ssmping/Makefile +++ b/net/ssmping/Makefile @@ -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 @@ MAINTAINER= is@NetBSD.org 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 --git a/security/sslwrap/Makefile b/security/sslwrap/Makefile index 872d593bb57..c6f42c57c08 100644 --- a/security/sslwrap/Makefile +++ b/security/sslwrap/Makefile @@ -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_STAGE.sslwrap= do-configure 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" |