diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-06-25 18:36:39 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-06-25 18:36:39 +0000 |
commit | c2e96a6fd15ffeb729ad724a29f33c91d1eafc84 (patch) | |
tree | 5163ba03df5b625ecccf34756ce8597ed008cfd5 /devel/dotconf | |
parent | 82098a30f3f2c8a57f6f5d88e7c5b0f4898eed3c (diff) | |
download | ports-c2e96a6fd15ffeb729ad724a29f33c91d1eafc84.tar.gz ports-c2e96a6fd15ffeb729ad724a29f33c91d1eafc84.zip |
Notes
Diffstat (limited to 'devel/dotconf')
-rw-r--r-- | devel/dotconf/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/devel/dotconf/Makefile b/devel/dotconf/Makefile index 697c416037df..acf769d08a46 100644 --- a/devel/dotconf/Makefile +++ b/devel/dotconf/Makefile @@ -13,13 +13,14 @@ MASTER_SITES= http://www.azzit.de/dotconf/download/v1.0/ MAINTAINER= ports@FreeBSD.org +USE_REINPLACE= yes GNU_CONFIGURE= yes CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} INSTALLS_SHLIB= yes pre-patch: - @${PERL} -pi -e 's|-Wall -g||' ${WRKSRC}/configure - @${PERL} -pi -e 's|-release $(LT_RELEASE)||' ${WRKSRC}/src/Makefile.in + @${REINPLACE_CMD} -e 's|-Wall -g||' ${WRKSRC}/configure + @${REINPLACE_CMD} -e 's|-release $(LT_RELEASE)||' ${WRKSRC}/src/Makefile.in post-install: .if !defined(NOPORTDOCS) |