diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 2001-10-29 05:38:09 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 2001-10-29 05:38:09 +0000 |
commit | 00f11c9408bbadc9b7afab696ac5d2176607585a (patch) | |
tree | 61e1e70a4ae33f65a0e6126ee4976e53704f433e | |
parent | Add a least instruction to use this application. (diff) |
Grrr. actually make it work post-repocopy.
-rw-r--r-- | devel/autoconf213/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/autoconf213/Makefile b/devel/autoconf213/Makefile index 65dedb82ebbf..67915b30de8d 100644 --- a/devel/autoconf213/Makefile +++ b/devel/autoconf213/Makefile @@ -25,7 +25,7 @@ USE_BZIP2= yes GNU_CONFIGURE= yes CONFIGURE_ENV= M4=${PREFIX}/bin/gm4 CONFIGURE_ARGS= --program-suffix=213 --datadir=${PREFIX}/share/autoconf213 -WRKSRC= ${WRKDIR}/${PORTNAME} +WRKSRC= ${WRKDIR}/autoconf post-install: @install-info ${PREFIX}/info/autoconf.info ${PREFIX}/info/dir |