diff options
author | asau <asau@pkgsrc.org> | 2012-10-31 11:16:30 +0000 |
---|---|---|
committer | asau <asau@pkgsrc.org> | 2012-10-31 11:16:30 +0000 |
commit | a382ccc7b08ba66a8f6cca03850939f6a18f4b3e (patch) | |
tree | 6eb09c25220d76b18e8b9066167d5ee3c96a3712 /devel/libsigc++1 | |
parent | d13e9ff49923be9fed7a66707e30849f0f901f64 (diff) | |
download | pkgsrc-a382ccc7b08ba66a8f6cca03850939f6a18f4b3e.tar.gz |
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Diffstat (limited to 'devel/libsigc++1')
-rw-r--r-- | devel/libsigc++1/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/devel/libsigc++1/Makefile b/devel/libsigc++1/Makefile index 52a5b9badd8..0639214d1c0 100644 --- a/devel/libsigc++1/Makefile +++ b/devel/libsigc++1/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2008/07/14 12:56:02 joerg Exp $ +# $NetBSD: Makefile,v 1.3 2012/10/31 11:17:21 asau Exp $ DISTNAME= libsigc++-1.2.7 PKGNAME= libsigc++1-1.2.7 @@ -10,8 +10,6 @@ MAINTAINER= bsieker@freenet.de HOMEPAGE= http://libsigc.sourceforge.net/ COMMENT= Type-safe callback system for C++ programs -PKG_DESTDIR_SUPPORT= user-destdir - GNU_CONFIGURE= YES USE_LIBTOOL= YES USE_TOOLS+= gm4 gmake |