pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

(apel-git) Remove ${DOCDIR} from INSTALLATION_DIRS, ${DOCDIR} now points /usr/share/doc



Module Name:	pkgsrc-wip
Committed By:	makoto <makoto%if.t.u-tokyo.ac.jp@localhost>
Pushed By:	mef
Date:		Wed Aug 16 13:37:39 2017 +0900
Changeset:	5593db866f6c43f1ecce50c7b67d6e926350696f

Modified Files:
	apel-git/Makefile

Log Message:
(apel-git) Remove  ${DOCDIR} from INSTALLATION_DIRS, ${DOCDIR} now points /usr/share/doc

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=5593db866f6c43f1ecce50c7b67d6e926350696f

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 apel-git/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diffs:
diff --git a/apel-git/Makefile b/apel-git/Makefile
index fd3b839126..da1a7c842d 100644
--- a/apel-git/Makefile
+++ b/apel-git/Makefile
@@ -20,7 +20,7 @@ NO_CONFIGURE=		yes
 TEST_TARGET=		check
 DOCDIR?=		${PREFIX}/share/doc
 
-INSTALLATION_DIRS+=	${DOCDIR} \
+INSTALLATION_DIRS+=	\
 			${EMACS_LISPPREFIX:C|^${PREFIX}/||}/apel \
 			${EMACS_LISPPREFIX:C|^${PREFIX}/||}/emu
 


Home | Main Index | Thread Index | Old Index