diff options
author | Hiltjo Posthuma <hiltjo@codemadness.org> | 2019-02-09 15:02:38 +0100 |
---|---|---|
committer | Hiltjo Posthuma <hiltjo@codemadness.org> | 2019-02-16 21:17:45 +0100 |
commit | 9224d31cf6fd63b6b0a29d43185ccc64035449ec (patch) | |
tree | 2692d65dc5a5ad78cca1444071d0c877309ed365 /config.mk | |
parent | 3fbef5c9b0dee2106537a6718e2380eaa6e27f15 (diff) |
Makefile: add DOCPREFIX for installing docs in ports
change installed doc from /usr/local/share/stagit to /usr/local/share/doc/stagit
Diffstat (limited to 'config.mk')
-rw-r--r-- | config.mk | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -3,6 +3,7 @@ # paths PREFIX = /usr/local MANPREFIX = ${PREFIX}/man +DOCPREFIX = ${PREFIX}/share/doc/stagit # compiler and linker #CC = cc |