diff options
author | Patrick Li <pat@FreeBSD.org> | 2002-01-30 01:48:11 +0000 |
---|---|---|
committer | Patrick Li <pat@FreeBSD.org> | 2002-01-30 01:48:11 +0000 |
commit | 8672369ce2c3628b233327fa734187416a93f407 (patch) | |
tree | c5a41077152adf3f9e4346fe2f6d1dda40a65350 /devel/dotconf/Makefile | |
parent | afe853995c622e6a7ab6ebc167479e5f654e7062 (diff) | |
download | ports-8672369ce2c3628b233327fa734187416a93f407.tar.gz ports-8672369ce2c3628b233327fa734187416a93f407.zip |
Notes
Diffstat (limited to 'devel/dotconf/Makefile')
-rw-r--r-- | devel/dotconf/Makefile | 13 |
1 files changed, 4 insertions, 9 deletions
diff --git a/devel/dotconf/Makefile b/devel/dotconf/Makefile index 333f39c45a93..e5cd9bd3a2fb 100644 --- a/devel/dotconf/Makefile +++ b/devel/dotconf/Makefile @@ -7,25 +7,20 @@ # PORTNAME= dotconf -PORTVERSION= 1.0.7 +PORTVERSION= 1.0.8 CATEGORIES= devel -MASTER_SITES= http://www.azzit.de/dotconf/download/ +MASTER_SITES= http://www.azzit.de/dotconf/download/v1.0/ MAINTAINER= ports@FreeBSD.org -USE_GMAKE= yes -USE_LIBTOOL= yes +GNU_CONFIGURE= yes +CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} INSTALLS_SHLIB= yes -EXAMPLESDIR= ${PREFIX}/share/examples/${PORTNAME} - pre-patch: @${PERL} -pi -e 's|-Wall -g||' ${WRKSRC}/configure @${PERL} -pi -e 's|-release $(LT_RELEASE)||' ${WRKSRC}/src/Makefile.in -pre-build: - @${LN} -sf ${LOCALBASE}/bin/libtool ${WRKSRC}/libtool - post-install: .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} |