Makefile: add DOCPREFIX for installing docs in ports

change installed doc from /usr/local/share/stagit to /usr/local/share/doc/stagit
This commit is contained in:
Hiltjo Posthuma
2019-02-09 15:02:38 +01:00
parent 3fbef5c9b0
commit 9224d31cf6
2 changed files with 11 additions and 9 deletions

View File

@@ -3,6 +3,7 @@
# paths
PREFIX = /usr/local
MANPREFIX = ${PREFIX}/man
DOCPREFIX = ${PREFIX}/share/doc/stagit
# compiler and linker
#CC = cc