pkgsrc-WIP-changes archive

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

bup-git: Add missing INSTALLATION_DIRS.



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <wiz%NetBSD.org@localhost>
Pushed By:	wiz
Date:		Tue Dec 29 23:19:05 2015 +0100
Changeset:	372bb57bd682578ac6bfb7cfd6bf71ec8f2dd4c0

Modified Files:
	bup-git/Makefile

Log Message:
bup-git: Add missing INSTALLATION_DIRS.

Remove unused comments.

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

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

diffstat:
 bup-git/Makefile | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diffs:
diff --git a/bup-git/Makefile b/bup-git/Makefile
index 8ae4b4e..85ff3de 100644
--- a/bup-git/Makefile
+++ b/bup-git/Makefile
@@ -33,9 +33,6 @@ MAKE_FLAGS+=	PYTHON=${PYTHONBIN}
 MAKE_FLAGS+=	MANDIR=${DESTDIR}${PREFIX}/${PKGMANDIR}
 
 USE_TOOLS+=		bash gmake perl
-#REPLACE_PERL=		format-subst.pl
-#REPLACE_PYTHON+=	main.py
-#REPLACE_PYTHON+=	wvtest.py
 
 REPLACE_BASH+=		cmd/import-rdiff-backup-cmd.sh
 REPLACE_BASH+=		config/configure
@@ -54,6 +51,8 @@ REPLACE_BASH+=		t/test-save-creates-no-unrefs.sh
 REPLACE_BASH+=		t/test.sh
 REPLACE_BASH+=		wvtest-bup.sh
 
+INSTALLATION_DIRS=	share/doc/bup
+
 post-install:
 #	${INSTALL_DATA} ${DOCDIR}/*.1 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1
 	${INSTALL_DATA} ${WRKSRC}/DESIGN ${DESTDIR}${PREFIX}/share/doc/bup


Home | Main Index | Thread Index | Old Index