diff options
author | sbd <sbd> | 2012-12-31 00:27:36 +0000 |
---|---|---|
committer | sbd <sbd> | 2012-12-31 00:27:36 +0000 |
commit | b0d8aeec10d8109d76701dc149e1aeddba403945 (patch) | |
tree | 35109b23271921a3ec9dee53851c4e9f102f8189 /textproc/gsed | |
parent | bb66e797dcb56194b7c9d2c76b8d5d44670406b6 (diff) | |
download | pkgsrc-b0d8aeec10d8109d76701dc149e1aeddba403945.tar.gz |
Use ${PKGGNUDIR} and ${PKGMANDIR} in INSTALLATION_DIRS.
Diffstat (limited to 'textproc/gsed')
-rw-r--r-- | textproc/gsed/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/gsed/Makefile b/textproc/gsed/Makefile index 1abf532fb6f..9d6926b2ab5 100644 --- a/textproc/gsed/Makefile +++ b/textproc/gsed/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.42 2012/12/06 11:43:24 jperkin Exp $ +# $NetBSD: Makefile,v 1.43 2012/12/31 00:27:37 sbd Exp $ # DISTNAME= sed-4.2.1 @@ -19,7 +19,7 @@ GNU_CONFIGURE= YES INFO_FILES= YES TEST_TARGET= check -INSTALLATION_DIRS= gnu/bin gnu/man/man1 +INSTALLATION_DIRS= ${PKGGNUDIR}bin ${PKGGNUDIR}${PKGMANDIR}/man1 # at least Solaris-2.9 has issues with grep/egrep USE_TOOLS+= grep makeinfo |