diff options
author | reed <reed> | 2006-01-26 18:19:03 +0000 |
---|---|---|
committer | reed <reed> | 2006-01-26 18:19:03 +0000 |
commit | 822d9312d886ad22db9f91e6e48f3458777dc8a6 (patch) | |
tree | a16ddd1741ed27a406ad013033b18328b1a33cda /archivers | |
parent | f7d7a92347e89b08dc8411a2cd2a91616a7f3da6 (diff) | |
download | pkgsrc-822d9312d886ad22db9f91e6e48f3458777dc8a6.tar.gz |
Fix typo: INFODIR should be INFO_DIR for INSTALLATION_DIRS.
I made this typo in September.
Noticed from Jonathan Perkin's bulk build.
INFODIR is defined in bsd.own.mk and I didn't even know about
bsd.info.mk. (Is that used? If so, maybe INFODIR=${PREFIX}/${INFO_DIR}.)
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/gtar-info/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/archivers/gtar-info/Makefile b/archivers/gtar-info/Makefile index 1fc1022d88c..94a9a8b3d5f 100644 --- a/archivers/gtar-info/Makefile +++ b/archivers/gtar-info/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 2005/09/22 16:48:34 reed Exp $ +# $NetBSD: Makefile,v 1.21 2006/01/26 18:19:03 reed Exp $ # DISTNAME= tar-1.15.1 @@ -19,7 +19,7 @@ PKG_INSTALLATION_TYPES= overwrite pkgviews NO_CONFIGURE= yes NO_BUILD= yes -INSTALLATION_DIRS= ${INFODIR} +INSTALLATION_DIRS= ${INFO_DIR} do-install: ${INSTALL_DATA} ${WRKSRC}/doc/tar.info ${PREFIX}/${INFO_DIR} |