aboutsummaryrefslogtreecommitdiff
path: root/devel/gnu-automake
diff options
context:
space:
mode:
authorAlan Eldridge <alane@FreeBSD.org>2002-10-21 00:04:38 +0000
committerAlan Eldridge <alane@FreeBSD.org>2002-10-21 00:04:38 +0000
commit8615ce65a722bbe31991d3205283c4f1e0db094c (patch)
tree3e80f8a7d02b882cd103c3db0f25d545c3015178 /devel/gnu-automake
parent94474afc669ea3603e271c0b24db1518f5e345b2 (diff)
downloadports-8615ce65a722bbe31991d3205283c4f1e0db094c.tar.gz
ports-8615ce65a722bbe31991d3205283c4f1e0db094c.zip
Notes
Diffstat (limited to 'devel/gnu-automake')
-rw-r--r--devel/gnu-automake/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/gnu-automake/Makefile b/devel/gnu-automake/Makefile
index 05709a1737c2..4ab3d6989cbd 100644
--- a/devel/gnu-automake/Makefile
+++ b/devel/gnu-automake/Makefile
@@ -40,7 +40,7 @@ pre-configure:
${PERL} -pi -e "s^%%X11BASE%%^${X11BASE}^" ${WRKSRC}/aclocal.in
post-install:
- @install-info ${DESTDIR}${PREFIX}/info/automake.info \
- ${DESTDIR}${PREFIX}/info/dir
+ @install-info ${PREFIX}/info/automake.info \
+ ${PREFIX}/info/dir
.include <bsd.port.mk>