diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-03-01 16:13:51 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-03-01 16:13:51 +0000 |
commit | 31c3b37ad459596b93cb270e6c2cca63155e92ec (patch) | |
tree | 8216c2a27d79b1b679f9030e7ab47fcdd155fb91 /textproc/libparsifal | |
parent | 36a36ad9ad80fd17d52408beccb6be1b7799a3bf (diff) |
Notes
Diffstat (limited to 'textproc/libparsifal')
-rw-r--r-- | textproc/libparsifal/Makefile | 8 | ||||
-rw-r--r-- | textproc/libparsifal/files/patch-conf:ltmain.sh | 15 | ||||
-rw-r--r-- | textproc/libparsifal/pkg-plist | 2 |
3 files changed, 4 insertions, 21 deletions
diff --git a/textproc/libparsifal/Makefile b/textproc/libparsifal/Makefile index 245986392ffb..1e7f7a4b691a 100644 --- a/textproc/libparsifal/Makefile +++ b/textproc/libparsifal/Makefile @@ -14,12 +14,10 @@ MASTER_SITES= http://www.saunalahti.fi/~samiuus/toni/xmlproc/ MAINTAINER= ports@FreeBSD.org COMMENT= Lightweight XML Parser -USE_REINPLACE= yes -GNU_CONFIGURE= yes -CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL} +USE_GNOME= gnometarget lthack +USE_LIBTOOL= yes INSTALLS_SHLIB= yes -post-patch: - @${FIND} ${WRKSRC} -type f | ${XARGS} ${REINPLACE_CMD} -e "s|
||" +PLIST_SUB= VERSION=${PORTVERSION} .include <bsd.port.mk> diff --git a/textproc/libparsifal/files/patch-conf:ltmain.sh b/textproc/libparsifal/files/patch-conf:ltmain.sh deleted file mode 100644 index 783fd26b42b7..000000000000 --- a/textproc/libparsifal/files/patch-conf:ltmain.sh +++ /dev/null @@ -1,15 +0,0 @@ ---- conf/ltmain.sh.orig Tue Jan 6 14:43:27 2004 -+++ conf/ltmain.sh Tue Jan 6 14:43:42 2004 -@@ -4247,10 +4247,12 @@ - fi - - # Install the pseudo-library for information purposes. -+ if /usr/bin/false ; then - name=`$echo "X$file" | $Xsed -e 's%^.*/%%'` - instname="$dir/$name"i - $show "$install_prog $instname $destdir/$name" - $run eval "$install_prog $instname $destdir/$name" || exit $? -+ fi - - # Maybe install the static library, too. - test -n "$old_library" && staticlibs="$staticlibs $dir/$old_library" diff --git a/textproc/libparsifal/pkg-plist b/textproc/libparsifal/pkg-plist index 9e69bd606df5..8fc4709a8d20 100644 --- a/textproc/libparsifal/pkg-plist +++ b/textproc/libparsifal/pkg-plist @@ -6,7 +6,7 @@ include/libparsifal/xmlhash.h include/libparsifal/xmlpool.h include/libparsifal/xmlsbuf.h include/libparsifal/xmlvect.h -lib/libparsifal-0.7.4.so +lib/libparsifal-%%VERSION%%.so lib/libparsifal.a lib/libparsifal.so @dirrm include/libparsifal |