aboutsummaryrefslogtreecommitdiff
path: root/devel/automake15
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/automake15
parent94474afc669ea3603e271c0b24db1518f5e345b2 (diff)
downloadports-8615ce65a722bbe31991d3205283c4f1e0db094c.tar.gz
ports-8615ce65a722bbe31991d3205283c4f1e0db094c.zip
Removed erroneous ${DESTDIR} that I put in Makefile pre-/post- targets.
Notes
Notes: svn path=/head/; revision=68449
Diffstat (limited to 'devel/automake15')
-rw-r--r--devel/automake15/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/devel/automake15/Makefile b/devel/automake15/Makefile
index 094872c155cc..994b1dd7c4fd 100644
--- a/devel/automake15/Makefile
+++ b/devel/automake15/Makefile
@@ -34,7 +34,6 @@ 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>