mirror of
https://git.freebsd.org/ports.git
synced 2025-06-28 08:00:31 -04:00
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.
22 lines
866 B
Text
22 lines
866 B
Text
--- 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`
|