Import of pkgsrc-2013Q2

This commit is contained in:
2013-09-26 17:14:40 +02:00
commit 785076ae39
74991 changed files with 4380255 additions and 0 deletions
+25
View File
@@ -0,0 +1,25 @@
$NetBSD: patch-aa,v 1.3 2013/03/14 15:49:10 kim Exp $
--- Makefile.orig 2011-09-02 17:44:12.000000000 +0300
+++ Makefile 2013-03-14 17:18:21.000000000 +0200
@@ -24,16 +24,16 @@
chmod a+rx $@
.PHONY: install
-install: install-bin install-man
+install: install-bin install-conf install-man
install-bin: ${CMD}
- install -c -m 755 ${CMD} ${PREFIX}/${BIN}/${CMD}
+ ${BSD_INSTALL_SCRIPT} $(CMD) ${DESTDIR}${PREFIX}/${BIN}/$(CMD)
install-conf:
- install -c -m 644 ${CMD}.conf ${PREFIX}/etc/${CMD}.conf
+ ${BSD_INSTALL_DATA} ${CMD}.conf ${DESTDIR}${PREFIX}/${EGDIR}/${CMD}.conf
install-man:
- install -c -m 444 ${CMD}.man ${PREFIX}/man/man${MAN}/${CMD}.${MAN}
+ ${BSD_INSTALL_MAN} $(CMD).man ${DESTDIR}${PREFIX}/${PKGMANDIR}/man${MAN}/$(CMD).${MAN}
clean:
rm -f ${CMD}