summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorhans <hans@pkgsrc.org>2012-02-16 19:42:04 +0000
committerhans <hans@pkgsrc.org>2012-02-16 19:42:04 +0000
commit9eb39e27629125f63bfb56e0e38ed9bfeb631f10 (patch)
treea15f28baaccd7d65674d1817d9c013f7791daab2 /security
parente4e34e6d1c9f7ce5c7803ef6eed4b81489e7f47a (diff)
downloadpkgsrc-9eb39e27629125f63bfb56e0e38ed9bfeb631f10.tar.gz
Uses a BSD makefile.
Diffstat (limited to 'security')
-rw-r--r--security/sslwrap/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/security/sslwrap/Makefile b/security/sslwrap/Makefile
index 4dafa6e1ef6..652ad47562c 100644
--- a/security/sslwrap/Makefile
+++ b/security/sslwrap/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.24 2010/01/17 12:02:44 wiz Exp $
+# $NetBSD: Makefile,v 1.25 2012/02/16 19:42:04 hans Exp $
#
DISTNAME= ${PKGNAME_NOREV:S/-//}
@@ -16,8 +16,7 @@ PKG_DESTDIR_SUPPORT= user-destdir
OPSYSVARS+= LDADD
LDADD.SunOS= -lnsl -lsocket
MAKE_ENV+= LDADD=${LDADD:Q}
-MAKE_ENV+= BINOWN=${BINOWN:Q}
-MAKE_ENV+= BINGRP=${BINGRP:Q}
+USE_BSD_MAKEFILE= yes
.include "../../security/openssl/buildlink3.mk"