diff options
author | asau <asau> | 2012-10-03 00:02:33 +0000 |
---|---|---|
committer | asau <asau> | 2012-10-03 00:02:33 +0000 |
commit | 64bd928e7ccf8bcb2e0fac65e5b369ed44f5081a (patch) | |
tree | 4aa30529e48266b3b23855c535d330e6d5b5d7d3 /chat/ircservices | |
parent | a189a0a58af46c22e9617b692b0b2c19644064df (diff) | |
download | pkgsrc-64bd928e7ccf8bcb2e0fac65e5b369ed44f5081a.tar.gz |
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Diffstat (limited to 'chat/ircservices')
-rw-r--r-- | chat/ircservices/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/chat/ircservices/Makefile b/chat/ircservices/Makefile index 139c542acf2..8d185482b45 100644 --- a/chat/ircservices/Makefile +++ b/chat/ircservices/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.40 2012/04/28 05:55:10 dholland Exp $ +# $NetBSD: Makefile,v 1.41 2012/10/03 00:02:38 asau Exp $ # DISTNAME= ircservices-5.0.64 @@ -11,8 +11,6 @@ HOMEPAGE= http://www.ircservices.za.net/ COMMENT= Services for IRC networks LICENSE= gnu-gpl-v2 -PKG_DESTDIR_SUPPORT= user-destdir - MAKE_JOBS_SAFE= no .include "../../mk/bsd.prefs.mk" |