summaryrefslogtreecommitdiff
path: root/graphics/gimp-app-devel/Makefile
diff options
context:
space:
mode:
authorEric L. Hernes <erich@FreeBSD.org>1997-12-16 23:25:38 +0000
committerEric L. Hernes <erich@FreeBSD.org>1997-12-16 23:25:38 +0000
commiteaae9e00b4a2f46882e4c5baeab09e2db39165cf (patch)
tree9ff1467fbbea2736506f22e723be367a38ede59f /graphics/gimp-app-devel/Makefile
parentPackage fix (diff)
install data stuffs in the right place
Notes
Notes: svn path=/head/; revision=9113
Diffstat (limited to '')
-rw-r--r--graphics/gimp-app-devel/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/graphics/gimp-app-devel/Makefile b/graphics/gimp-app-devel/Makefile
index e68895e1f9bc..9208bd85d089 100644
--- a/graphics/gimp-app-devel/Makefile
+++ b/graphics/gimp-app-devel/Makefile
@@ -43,13 +43,13 @@ CONFIGURE_ARGS= --with-tcl=tcl80 --with-tk=tk80
DATASTUFF= brushes palettes gradients patterns
post-install:
- mkdir -p ${PREFIX}/share/gimp/${MM_VERSION};
+ mkdir -p ${PREFIX}/share/gimp/;
cd ${WRKDIR}/gimp-data-min-${MM_VERSION}; \
- tar -cf - --exclude '*Makefile*' ${MM_DATASTUFF} |\
- (cd ${PREFIX}/share/gimp/${MM_VERSION}; tar -xvf -)
+ tar -cf - --exclude '*Makefile*' ${DATASTUFF} |\
+ (cd ${PREFIX}/share/gimp/; tar -xvf -)
cd ${WRKDIR}/gimp-data-extras-${MM_VERSION}; \
tar -cf - --exclude '*Makefile*' ${DATASTUFF} |\
- (cd ${PREFIX}/share/gimp/${MM_VERSION}; tar -xvf -)
+ (cd ${PREFIX}/share/gimp/; tar -xvf -)
post-extract:
rm -f ${WRKSRC}/plug-ins/gimptcl/scripts/consolio \