diff options
author | grant <grant@pkgsrc.org> | 2003-04-20 20:34:05 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2003-04-20 20:34:05 +0000 |
commit | 2f5a6986304be8f50516cf3cf2cf58e7f256aedb (patch) | |
tree | 9d7f2a5eaca8d743afef45cc4ec34619307e22f3 /pkgtools | |
parent | 9c7b6d04db2d2460652952e3b99a6084fde69b15 (diff) | |
download | pkgsrc-2f5a6986304be8f50516cf3cf2cf58e7f256aedb.tar.gz |
sync with bootstrap:
make sure man pages get installed into a sane location if --mandir is
not specified.
Diffstat (limited to 'pkgtools')
-rw-r--r-- | pkgtools/pkg_install/files/add/Makefile.in | 6 | ||||
-rw-r--r-- | pkgtools/pkg_install/files/admin/Makefile.in | 6 | ||||
-rw-r--r-- | pkgtools/pkg_install/files/create/Makefile.in | 6 | ||||
-rw-r--r-- | pkgtools/pkg_install/files/delete/Makefile.in | 6 | ||||
-rw-r--r-- | pkgtools/pkg_install/files/info/Makefile.in | 6 |
5 files changed, 15 insertions, 15 deletions
diff --git a/pkgtools/pkg_install/files/add/Makefile.in b/pkgtools/pkg_install/files/add/Makefile.in index 08f9f1ae489..71705a54bc1 100644 --- a/pkgtools/pkg_install/files/add/Makefile.in +++ b/pkgtools/pkg_install/files/add/Makefile.in @@ -1,7 +1,7 @@ -# $NetBSD: Makefile.in,v 1.3 2003/01/11 07:52:17 schmonz Exp $ +# $NetBSD: Makefile.in,v 1.4 2003/04/20 20:34:05 grant Exp $ # Original from FreeBSD, no rcs id. -PREFIX= @prefix@ +prefix= @prefix@ INSTALL= @INSTALL@ mandir= @mandir@ @@ -35,6 +35,6 @@ clean: rm -f ${OBJS} ${PROG} install: - ${INSTALL} ${PROG} ${PREFIX}/sbin + ${INSTALL} ${PROG} ${prefix}/sbin ${INSTALL} -m 755 -d ${mandircat1} ${INSTALL} -m 444 ${PROG}.cat1 ${mandircat1}/${PROG}.0 diff --git a/pkgtools/pkg_install/files/admin/Makefile.in b/pkgtools/pkg_install/files/admin/Makefile.in index d588c62ccea..d96a64063b4 100644 --- a/pkgtools/pkg_install/files/admin/Makefile.in +++ b/pkgtools/pkg_install/files/admin/Makefile.in @@ -1,7 +1,7 @@ -# $NetBSD: Makefile.in,v 1.4 2003/02/11 16:48:22 grant Exp $ +# $NetBSD: Makefile.in,v 1.5 2003/04/20 20:34:06 grant Exp $ # Original from FreeBSD, no rcs id. -PREFIX= @prefix@ +prefix= @prefix@ INSTALL= @INSTALL@ mandir= @mandir@ @@ -35,6 +35,6 @@ clean: rm -f ${OBJS} ${PROG} install: - ${INSTALL} ${PROG} ${PREFIX}/sbin + ${INSTALL} ${PROG} ${prefix}/sbin ${INSTALL} -m 755 -d ${mandircat1} ${INSTALL} -m 444 ${PROG}.cat1 ${mandircat1}/${PROG}.0 diff --git a/pkgtools/pkg_install/files/create/Makefile.in b/pkgtools/pkg_install/files/create/Makefile.in index 3300093e628..bcd06ceaaa6 100644 --- a/pkgtools/pkg_install/files/create/Makefile.in +++ b/pkgtools/pkg_install/files/create/Makefile.in @@ -1,7 +1,7 @@ -# $NetBSD: Makefile.in,v 1.4 2003/02/11 16:48:23 grant Exp $ +# $NetBSD: Makefile.in,v 1.5 2003/04/20 20:34:06 grant Exp $ # Original from FreeBSD, no rcs id. -PREFIX= @prefix@ +prefix= @prefix@ INSTALL= @INSTALL@ mandir= @mandir@ @@ -35,6 +35,6 @@ clean: rm -f ${OBJS} ${PROG} install: - ${INSTALL} ${PROG} ${PREFIX}/sbin + ${INSTALL} ${PROG} ${prefix}/sbin ${INSTALL} -m 755 -d ${mandircat1} ${INSTALL} -m 444 ${PROG}.cat1 ${mandircat1}/${PROG}.0 diff --git a/pkgtools/pkg_install/files/delete/Makefile.in b/pkgtools/pkg_install/files/delete/Makefile.in index b2e13d91f61..9abd2eb24e2 100644 --- a/pkgtools/pkg_install/files/delete/Makefile.in +++ b/pkgtools/pkg_install/files/delete/Makefile.in @@ -1,7 +1,7 @@ -# $NetBSD: Makefile.in,v 1.4 2003/02/11 16:48:23 grant Exp $ +# $NetBSD: Makefile.in,v 1.5 2003/04/20 20:34:06 grant Exp $ # Original from FreeBSD, no rcs id. -PREFIX= @prefix@ +prefix= @prefix@ INSTALL= @INSTALL@ mandir= @mandir@ @@ -35,6 +35,6 @@ clean: rm -f ${OBJS} ${PROG} install: - ${INSTALL} ${PROG} ${PREFIX}/sbin + ${INSTALL} ${PROG} ${prefix}/sbin ${INSTALL} -m 755 -d ${mandircat1} ${INSTALL} -m 444 ${PROG}.cat1 ${mandircat1}/${PROG}.0 diff --git a/pkgtools/pkg_install/files/info/Makefile.in b/pkgtools/pkg_install/files/info/Makefile.in index 247206b2ede..dca6615171e 100644 --- a/pkgtools/pkg_install/files/info/Makefile.in +++ b/pkgtools/pkg_install/files/info/Makefile.in @@ -1,7 +1,7 @@ -# $NetBSD: Makefile.in,v 1.4 2003/02/11 16:48:23 grant Exp $ +# $NetBSD: Makefile.in,v 1.5 2003/04/20 20:34:06 grant Exp $ # Original from FreeBSD, no rcs id. -PREFIX= @prefix@ +prefix= @prefix@ INSTALL= @INSTALL@ mandir= @mandir@ @@ -35,6 +35,6 @@ clean: rm -f ${OBJS} ${PROG} install: - ${INSTALL} ${PROG} ${PREFIX}/sbin + ${INSTALL} ${PROG} ${prefix}/sbin ${INSTALL} -m 755 -d ${mandircat1} ${INSTALL} -m 444 ${PROG}.cat1 ${mandircat1}/${PROG}.0 |