diff options
author | schmonz <schmonz@pkgsrc.org> | 2020-11-19 09:35:38 +0000 |
---|---|---|
committer | schmonz <schmonz@pkgsrc.org> | 2020-11-19 09:35:38 +0000 |
commit | 7a9dd1b3cdaecac7d33cc51d74efbd269001e6d1 (patch) | |
tree | ee582e13998bea91c4395eea27f0419753d0646b /net/ucspi-proxy | |
parent | 203bec8a290ed76897d046fe4e2498b4ff82ed26 (diff) | |
download | pkgsrc-7a9dd1b3cdaecac7d33cc51d74efbd269001e6d1.tar.gz |
Remove DJB_RESTRICTED, no longer used.
Diffstat (limited to 'net/ucspi-proxy')
-rw-r--r-- | net/ucspi-proxy/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/net/ucspi-proxy/Makefile b/net/ucspi-proxy/Makefile index cb81dacd8d1..6852a51f817 100644 --- a/net/ucspi-proxy/Makefile +++ b/net/ucspi-proxy/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2020/11/18 14:17:11 schmonz Exp $ +# $NetBSD: Makefile,v 1.2 2020/11/19 09:35:40 schmonz Exp $ DISTNAME= ucspi-proxy-1.1 CATEGORIES= net @@ -10,7 +10,6 @@ COMMENT= Proxy between an UCSPI client and server LICENSE= gnu-gpl-v2 DJB_MAKE_TARGETS= no -DJB_RESTRICTED= no INSTALL_ENV+= install_prefix=${DESTDIR:Q} .include "../../devel/bglibs/buildlink3.mk" |