diff options
author | minskim <minskim> | 2005-06-30 04:06:39 +0000 |
---|---|---|
committer | minskim <minskim> | 2005-06-30 04:06:39 +0000 |
commit | 0a80390b4f7b1bc86454c2c5242f054eb226e002 (patch) | |
tree | 733618504130e19cce7f9a1de4040abe3d648b2d /security/skey/patches | |
parent | 333d0639e892350f2adc6761594b962ce432c52b (diff) | |
download | pkgsrc-0a80390b4f7b1bc86454c2c5242f054eb226e002.tar.gz |
Do not install a config file directly into PKG_SYSCONFDIR. Use
CONF_FILES instead. Bump PKGREVISION due to PLIST change.
Diffstat (limited to 'security/skey/patches')
-rw-r--r-- | security/skey/patches/patch-aa | 22 |
1 files changed, 16 insertions, 6 deletions
diff --git a/security/skey/patches/patch-aa b/security/skey/patches/patch-aa index 042371917fb..9d0629c3894 100644 --- a/security/skey/patches/patch-aa +++ b/security/skey/patches/patch-aa @@ -1,8 +1,8 @@ -$NetBSD: patch-aa,v 1.2 2003/07/23 16:03:56 salo Exp $ +$NetBSD: patch-aa,v 1.3 2005/06/30 04:06:39 minskim Exp $ ---- Makefile.in.orig Thu May 10 18:10:49 2001 -+++ Makefile.in Wed Jul 23 17:18:18 2003 -@@ -18,15 +18,18 @@ +--- Makefile.in.orig 2001-05-10 11:10:49.000000000 -0500 ++++ Makefile.in +@@ -18,15 +18,18 @@ LIBS=@LIBS@ AR=@AR@ RANLIB=@RANLIB@ INSTALL=@INSTALL@ @@ -25,7 +25,7 @@ $NetBSD: patch-aa,v 1.2 2003/07/23 16:03:56 salo Exp $ TARGETS=skey skeyinit skeyinfo skeyaudit LIBOBJS=skeylogin.o skeysubr.o put.o errx.o md4c.o md5c.o rmd160.o rmd160hl.o sha1.o sha1hl.o flock.o strlcpy.o login_cap.o SKEYOBJS=skey.o -@@ -49,6 +52,13 @@ +@@ -49,6 +52,13 @@ HDRS= skey.h sha1.h rmd160.h all: ${TARGETS} ${MANPAGES} @@ -39,7 +39,7 @@ $NetBSD: patch-aa,v 1.2 2003/07/23 16:03:56 salo Exp $ ${LIBOBJS}: config.h libskey.a: ${LIBOBJS} -@@ -88,14 +98,6 @@ +@@ -88,14 +98,7 @@ catman-do: done install: ${TARGETS} @@ -51,6 +51,16 @@ $NetBSD: patch-aa,v 1.2 2003/07/23 16:03:56 salo Exp $ - $(INSTALL) -d $(DESTDIR)$(mandir)/$(mansubdir)8 - $(INSTALL) -d $(DESTDIR)$(includedir) - $(INSTALL) -d $(DESTDIR)$(sysconfdir) ++ ${BSD_INSTALL_DATA_DIR} $(prefix)/share/examples/skey ${INSTALL_DATA} libskey.a $(DESTDIR)$(libdir) ${INSTALL_DATA} ${HDRS} $(DESTDIR)$(includedir) @for target in ${TARGETS}; do \ +@@ -107,7 +110,7 @@ install: ${TARGETS} + ${INSTALL_MAN} skeyinfo.[01].out $(DESTDIR)$(mandir)/$(mansubdir)1/skeyinfo.1 + ${INSTALL_MAN} skeyaudit.[01].out $(DESTDIR)$(mandir)/$(mansubdir)1/skeyaudit.1 + ${INSTALL_MAN} skeyprune.[08].out $(DESTDIR)$(mandir)/$(mansubdir)8/skeyprune.1 +- ${TOUCH} ${DESTDIR}${sysconfdir}/skeykeys ++ ${TOUCH} $(prefix)/share/examples/skey/skeykeys + + uninstallall: uninstall + -rm -f $(DESTDIR)$(sysconfdir)/skeykeys |