diff options
author | asau <asau@pkgsrc.org> | 2012-10-03 00:02:33 +0000 |
---|---|---|
committer | asau <asau@pkgsrc.org> | 2012-10-03 00:02:33 +0000 |
commit | 435a0b7e977f7b76984d5066fef5d327719b9a6f (patch) | |
tree | 4aa30529e48266b3b23855c535d330e6d5b5d7d3 /chat/silc-server | |
parent | e9fbb9d9f7c73b3d7843290331e8de0926eefe71 (diff) | |
download | pkgsrc-435a0b7e977f7b76984d5066fef5d327719b9a6f.tar.gz |
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Diffstat (limited to 'chat/silc-server')
-rw-r--r-- | chat/silc-server/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/chat/silc-server/Makefile b/chat/silc-server/Makefile index e8edd82e0e4..c77b03811c5 100644 --- a/chat/silc-server/Makefile +++ b/chat/silc-server/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.64 2012/02/28 17:37:42 hans Exp $ +# $NetBSD: Makefile,v 1.65 2012/10/03 00:02:44 asau Exp $ DISTNAME= silc-server-1.1.18 CATEGORIES= chat security @@ -10,8 +10,6 @@ MAINTAINER= salo@NetBSD.org HOMEPAGE= http://www.silcnet.org/ COMMENT= Server for the Secure Internet Live Conferencing (SILC) protocol -PKG_DESTDIR_SUPPORT= user-destdir - USE_LIBTOOL= yes GNU_CONFIGURE= yes CONFIGURE_ARGS+= --disable-optimizations |