summaryrefslogtreecommitdiff
path: root/graphics/kphotools/Makefile
diff options
context:
space:
mode:
authormarkd <markd>2004-07-31 22:30:12 +0000
committermarkd <markd>2004-07-31 22:30:12 +0000
commit0647dc8c1c88b4f1b4932058694d808b23de1311 (patch)
tree9d07ada83bfe2c81f767c3ddc1c4d3349608c753 /graphics/kphotools/Makefile
parentfe2036114b4662041c2bea4e1b80deaacdf1aa77 (diff)
downloadpkgsrc-0647dc8c1c88b4f1b4932058694d808b23de1311.tar.gz
Don't try and install/use things in /usr/share.
Bump PKGREVISION.
Diffstat (limited to 'graphics/kphotools/Makefile')
-rw-r--r--graphics/kphotools/Makefile9
1 files changed, 8 insertions, 1 deletions
diff --git a/graphics/kphotools/Makefile b/graphics/kphotools/Makefile
index 49099c98f61..e33c85788f9 100644
--- a/graphics/kphotools/Makefile
+++ b/graphics/kphotools/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.1.1.1 2004/07/28 14:09:40 markd Exp $
+# $NetBSD: Makefile,v 1.2 2004/07/31 22:30:12 markd Exp $
#
DISTNAME= kphotools-0.2.1
+PKGREVISION= 1
CATEGORIES= kde graphics
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=kphotools/}
EXTRACT_SUFX= .tar.bz2
@@ -16,6 +17,12 @@ USE_LANGUAGES= c c++
USE_LIBTOOL= YES
GNU_CONFIGURE= YES
+SUBST_CLASSES+= kphotools
+SUBST_MESSAGE.kphotools= "Fixing /usr/share path."
+SUBST_FILES.kphotools= src/GalleryThrd.cpp src/LogoWid.cpp src/LogoWid.ui src/StyleWid.ui.h
+SUBST_SED.kphotools= -e 's|@kphotoolsdir@|${KDEDIR}/share/kde/apps/kphotools|'
+SUBST_STAGE.kphotools= post-patch
+
.include "../../meta-pkgs/kde3/kde3.mk"
.include "../../graphics/imlib2/buildlink3.mk"
.include "../../x11/kdelibs3/buildlink3.mk"