summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index b75e78a..432aaa6 100644
--- a/Makefile
+++ b/Makefile
@@ -3,6 +3,7 @@ VERSION="0.4.6"
PREFIX=/usr
CFGDIR=/etc
+MANDIR=/usr/share/man
all:
@echo "Use 'make install' to install pkg-get"
@@ -26,8 +27,8 @@ install:
install -D -m 755 scripts/pkg-get.pl ${PREFIX}/bin/pkg-get
install -D -m 755 scripts/pkg-repgen.pl ${PREFIX}/bin/pkg-repgen
install -D -m 755 scripts/pkg-get.pl ${PREFIX}/bin/pkg-get
- install -D -m 644 doc/pkg-get.8 ${PREFIX}/man/man8/pkg-get.8
+ install -D -m 644 doc/pkg-get.8 ${MANDIR}/man8/pkg-get.8
install -D -m 644 doc/pkg-get.conf ${CFGDIR}/pkg-get.conf
- install -D -m 644 doc/pkg-repgen.8 ${PREFIX}/man/man8/pkg-repgen.8
- install -D -m 644 doc/pkg-get.8 ${PREFIX}/man/man8/pkg-get.8
+ install -D -m 644 doc/pkg-repgen.8 ${MANDIR}/man/man8/pkg-repgen.8
+ install -D -m 644 doc/pkg-get.8 ${MANDIR}/man/man8/pkg-get.8

Generated by cgit