diff options
author | joerg <joerg> | 2010-02-03 22:42:10 +0000 |
---|---|---|
committer | joerg <joerg> | 2010-02-03 22:42:10 +0000 |
commit | 0a50e0a88f4245987f9703b96707d7af4ccf5991 (patch) | |
tree | f2527a7e3dd0e8d34933bfed6bf57a9493aace36 | |
parent | 2c152027b7ed1ec02bb4323d008d8b035e85fa1e (diff) | |
download | pkgsrc-0a50e0a88f4245987f9703b96707d7af4ccf5991.tar.gz |
DESTDIR ready
-rw-r--r-- | graphics/kipi-plugins-calendar/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/graphics/kipi-plugins-calendar/Makefile b/graphics/kipi-plugins-calendar/Makefile index cfb5c58287e..cb8f653f0c5 100644 --- a/graphics/kipi-plugins-calendar/Makefile +++ b/graphics/kipi-plugins-calendar/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2010/01/18 09:59:03 wiz Exp $ +# $NetBSD: Makefile,v 1.9 2010/02/03 22:42:10 joerg Exp $ DISTNAME= kipi-plugins-0.1.7 PKGNAME= kipi-plugins-calendar-0.1.7 @@ -11,6 +11,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.kipi-plugins.org/drupal/ COMMENT= Kipi calendar plugin +PKG_DESTDIR_SUPPORT= user-destdir + CONFLICTS+= kipi-plugins<0.1.4nb7 PATCHDIR= ${.CURDIR}/../../graphics/kipi-plugins/patches |