diff options
author | agc <agc@pkgsrc.org> | 2003-09-16 14:51:16 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 2003-09-16 14:51:16 +0000 |
commit | 3be019fb36d5488bb829f4beff57c7f453a25eea (patch) | |
tree | d405b00ca2c9dc257b197763baa9ac8df04c4dd7 /chat/ser | |
parent | ef31a6bd1a7cba09ed3f2fb36a61d37df3b6320e (diff) | |
download | pkgsrc-3be019fb36d5488bb829f4beff57c7f453a25eea.tar.gz |
Sync PLIST with reality.
Install files properly, so that a "make install; make deinstall; make
install" combination does the right thing.
Bump PKGREVISION.
Diffstat (limited to 'chat/ser')
-rw-r--r-- | chat/ser/Makefile | 3 | ||||
-rw-r--r-- | chat/ser/PLIST | 4 | ||||
-rw-r--r-- | chat/ser/distinfo | 4 | ||||
-rw-r--r-- | chat/ser/patches/patch-aa | 21 |
4 files changed, 25 insertions, 7 deletions
diff --git a/chat/ser/Makefile b/chat/ser/Makefile index ec0146fa361..a02a4dfb1eb 100644 --- a/chat/ser/Makefile +++ b/chat/ser/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.3 2003/08/28 04:13:10 jmc Exp $ +# $NetBSD: Makefile,v 1.4 2003/09/16 14:51:16 agc Exp $ # DISTNAME= ser-0.8.10_src PKGNAME= ser-0.8.10 +PKGREVISION= 1 CATEGORIES= chat MASTER_SITES= ftp://ftp.berlios.de/pub/ser/latest/src/ diff --git a/chat/ser/PLIST b/chat/ser/PLIST index f30254976dd..90926a32aea 100644 --- a/chat/ser/PLIST +++ b/chat/ser/PLIST @@ -1,8 +1,9 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2003/08/23 22:08:02 itojun Exp $ +@comment $NetBSD: PLIST,v 1.2 2003/09/16 14:51:17 agc Exp $ sbin/ser sbin/serctl sbin/ser_mysql.sh sbin/gen_ha1 +ser/ser.cfg lib/ser/modules/acc.so lib/ser/modules/auth.so lib/ser/modules/exec.so @@ -42,6 +43,7 @@ doc/ser/README.tm doc/ser/README.usrloc man/man8/ser.8 man/man5/ser.cfg.5 +@dirrm ser @dirrm doc/ser @dirrm lib/ser/modules @dirrm lib/ser diff --git a/chat/ser/distinfo b/chat/ser/distinfo index 5822f07ef8b..ff312c59e13 100644 --- a/chat/ser/distinfo +++ b/chat/ser/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.2 2003/08/28 04:13:10 jmc Exp $ +$NetBSD: distinfo,v 1.3 2003/09/16 14:51:17 agc Exp $ SHA1 (ser-0.8.10_src.tar.gz) = d3e88ff5eccf1c77b5b21637dd7c1ad3068ae89d Size (ser-0.8.10_src.tar.gz) = 931150 bytes -SHA1 (patch-aa) = f4287e4bb456faccfc0c2e4aaef7dfd69bdf3445 +SHA1 (patch-aa) = ebee20df3766908a6dc6b031f703f3ce60b45071 SHA1 (patch-ab) = 38864b4c499fe838d4f8e752e0b73d8ab5bf252b SHA1 (patch-ac) = a1869650cfd00293b1bfd71f071e06563aad8c93 diff --git a/chat/ser/patches/patch-aa b/chat/ser/patches/patch-aa index a8c290fc833..e7c522f949f 100644 --- a/chat/ser/patches/patch-aa +++ b/chat/ser/patches/patch-aa @@ -1,7 +1,7 @@ -$NetBSD: patch-aa,v 1.2 2003/08/28 04:13:10 jmc Exp $ +$NetBSD: patch-aa,v 1.3 2003/09/16 14:51:18 agc Exp $ ---- Makefile.defs.orig Tue Nov 12 17:21:28 2002 -+++ Makefile.defs Wed Aug 27 22:41:18 2003 +--- Makefile.defs.orig 2002-11-12 17:21:28.000000000 +0000 ++++ Makefile.defs 2003-09-16 15:42:29.000000000 +0100 @@ -16,7 +16,6 @@ -e s/armv4l/arm/) @@ -28,6 +28,21 @@ $NetBSD: patch-aa,v 1.2 2003/08/28 04:13:10 jmc Exp $ modules-target = $(prefix)/$(modules-dir) +@@ -59,10 +58,10 @@ + endif + + # INSTALL-CFG = $(INSTALL) -m 644 +-INSTALL-BIN = $(INSTALL) -m 755 +-INSTALL-MODULES = $(INSTALL) -m 755 +-INSTALL-DOC = $(INSTALL) -m 644 +-INSTALL-MAN = $(INSTALL) -m 644 ++INSTALL-BIN = $(INSTALL) -c -m 755 ++INSTALL-MODULES = $(INSTALL) -c -m 755 ++INSTALL-DOC = $(INSTALL) -c -m 644 ++INSTALL-MAN = $(INSTALL) -c -m 644 + + #set some vars from the environment (and not make builtins) + CC := $(shell echo "$${CC}") @@ -446,6 +445,7 @@ endif |