1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00

- Utilize USE_GNOME/USE_LIBTOOL/PLIST_SUB

- Remove post-patch target

PR:		ports/63596
Submitted by:	Ports Fury
This commit is contained in:
Kirill Ponomarev 2004-03-01 16:13:51 +00:00
parent 36a36ad9ad
commit 31c3b37ad4
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=102652
3 changed files with 4 additions and 21 deletions

View File

@ -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>

View File

@ -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"

View File

@ -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