1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-26 05:02:18 +00:00

Do not call autoconf in post-patch target.

This commit is contained in:
Jimmy Olgeni 2003-05-14 08:26:31 +00:00
parent 1d38176d1b
commit 035840ff31
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=80967

View File

@ -15,8 +15,7 @@ EXTRACT_SUFX= .tgz
MAINTAINER= olgeni@FreeBSD.org
COMMENT= A simple and easy to use graphical file manager
BUILD_DEPENDS= pkg-config:${PORTSDIR}/devel/pkgconfig \
autoconf:${PORTSDIR}/devel/autoconf
BUILD_DEPENDS= pkg-config:${PORTSDIR}/devel/pkgconfig
LIB_DEPENDS= gtk-x11-2.0.200:${PORTSDIR}/x11-toolkits/gtk20 \
xml2.5:${PORTSDIR}/textproc/libxml2 \
gnomevfs-2.0:${PORTSDIR}/devel/gnomevfs2
@ -24,9 +23,6 @@ RUN_DEPENDS= ${LOCALBASE}/share/mime/packages/freedesktop.org.xml:${PORTSDIR}/mi
MAN1= rox.1
post-patch:
@cd ${WRKSRC}/ROX-Filer/src && ${LOCALBASE}/bin/autoconf
.include <bsd.port.pre.mk>
.if (${ARCH} == "i386")