mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
f2fca9968a
2. Add two manpages (gimptool.1 & gpc.3) 3. Remove tiff34 configure patch. 4. Correct pkg/PLIST. 5. Remove LIB_DEPENDS on xdelta, because we can't compile it on current.
23 lines
866 B
Plaintext
23 lines
866 B
Plaintext
--- configure.in.orig Wed May 27 23:32:15 1998
|
|
+++ configure.in Wed May 27 23:32:30 1998
|
|
@@ -306,7 +306,7 @@
|
|
LIBS="$gimp_save_LIBS"
|
|
|
|
gimpdatadir=$datadir/gimp
|
|
-gimpplugindir=$libdir/$PACKAGE/$GIMP_MAJOR_VERSION.$GIMP_MINOR_VERSION
|
|
+gimpplugindir=$libexecdir/$PACKAGE/$GIMP_MAJOR_VERSION.$GIMP_MINOR_VERSION
|
|
|
|
brushdata=`ls -1 $srcdir/data/brushes | grep -v Makefile`
|
|
gradientdata=`ls -1 $srcdir/data/gradients | grep -v Makefile`
|
|
--- configure.orig Wed May 27 23:32:17 1998
|
|
+++ configure Wed May 27 23:32:38 1998
|
|
@@ -4146,7 +4146,7 @@
|
|
LIBS="$gimp_save_LIBS"
|
|
|
|
gimpdatadir=$datadir/gimp
|
|
-gimpplugindir=$libdir/$PACKAGE/$GIMP_MAJOR_VERSION.$GIMP_MINOR_VERSION
|
|
+gimpplugindir=$libexecdir/$PACKAGE/$GIMP_MAJOR_VERSION.$GIMP_MINOR_VERSION
|
|
|
|
brushdata=`ls -1 $srcdir/data/brushes | grep -v Makefile`
|
|
gradientdata=`ls -1 $srcdir/data/gradients | grep -v Makefile`
|