Fixed pkglint warnings. Removed the hack to rename XML_CONFIG to

XML2_CONFIG in the configure script, since the variable's value is not
used at all.
This commit is contained in:
rillig 2006-05-22 05:42:59 +00:00
parent 2d921e7c2b
commit 9d7d42b4f2

View file

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.18 2006/03/04 21:29:00 jlam Exp $
# $NetBSD: Makefile,v 1.19 2006/05/22 05:42:59 rillig Exp $
#
DISTNAME= paranormal-0.2.0
@ -12,7 +12,6 @@ HOMEPAGE= http://paranormal.sourceforge.net/
COMMENT= Extremely customizable (pseudo-programmable) XMMS plugin
GNU_CONFIGURE= yes
USE_BUILDLINK_ONLY= YES
USE_LIBTOOL= yes
CPPFLAGS+= -D_POSIX_THREAD_SYSCALL_SOFT=1
@ -20,16 +19,6 @@ CPPFLAGS+= -D_POSIX_THREAD_SYSCALL_SOFT=1
CPPFLAGS+= -I${BUILDLINK_DIR}/include/libxml2
CPPFLAGS+= -I${BUILDLINK_DIR}/include/libxml2/libxml
post-extract:
cd ${WRKSRC} ; \
if [ ! -f configure.orig ]; then \
${MV} configure configure.orig ; \
fi ; \
${SED} \
-e 's|XML_CONFIG|XML2_CONFIG|g' \
<configure.orig >configure ; \
${CHMOD} +x configure
.include "../../devel/SDL/buildlink3.mk"
.include "../../textproc/libxml2/buildlink3.mk"
.include "../../audio/xmms/buildlink3.mk"