diff options
Diffstat (limited to 'devel/libsigc++2/Makefile')
-rw-r--r-- | devel/libsigc++2/Makefile | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/devel/libsigc++2/Makefile b/devel/libsigc++2/Makefile index bc0a44434c2..d86ccb9432b 100644 --- a/devel/libsigc++2/Makefile +++ b/devel/libsigc++2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2006/02/05 23:08:45 joerg Exp $ +# $NetBSD: Makefile,v 1.17 2006/11/05 17:49:34 joerg Exp $ DISTNAME= libsigc++-2.0.17 PKGNAME= libsigc++2-2.0.17 @@ -11,6 +11,8 @@ MAINTAINER= bsieker@freenet.de HOMEPAGE= http://libsigc.sourceforge.net/ COMMENT= Type-safe callback system for C++ programs +PKG_DESTDIR_SUPPORT= user-destdir + USE_LANGUAGES= c c++ USE_LIBTOOL= yes USE_TOOLS+= gm4 gmake @@ -29,10 +31,9 @@ PKGCONFIG_OVERRIDE= sigc++-2.0.pc.in CONFIGURE_ARGS+= --disable-threads .endif -pre-install: - ${INSTALL_DATA_DIR} ${PREFIX}/include/sigc++-2.0/sigc++/adaptors/lambda/macros - ${INSTALL_DATA_DIR} ${PREFIX}/include/sigc++-2.0/sigc++/adaptors/macros - ${INSTALL_DATA_DIR} ${PREFIX}/include/sigc++-2.0/sigc++/functors/macros - ${INSTALL_DATA_DIR} ${PREFIX}/include/sigc++-2.0/sigc++/macros +INSTALLATION_DIRS= include/sigc++-2.0/sigc++/adaptors/lambda/macros \ + include/sigc++-2.0/sigc++/adaptors/macros \ + include/sigc++-2.0/sigc++/functors/macros \ + include/sigc++-2.0/sigc++/macros .include "../../mk/bsd.pkg.mk" |