From 9224d31cf6fd63b6b0a29d43185ccc64035449ec Mon Sep 17 00:00:00 2001 From: Hiltjo Posthuma Date: Sat, 9 Feb 2019 15:02:38 +0100 Subject: Makefile: add DOCPREFIX for installing docs in ports change installed doc from /usr/local/share/stagit to /usr/local/share/doc/stagit --- config.mk | 1 + 1 file changed, 1 insertion(+) (limited to 'config.mk') diff --git a/config.mk b/config.mk index ac47e70..90419a0 100644 --- a/config.mk +++ b/config.mk @@ -3,6 +3,7 @@ # paths PREFIX = /usr/local MANPREFIX = ${PREFIX}/man +DOCPREFIX = ${PREFIX}/share/doc/stagit # compiler and linker #CC = cc -- cgit v1.2.3