diff options
author | tron <tron> | 2001-09-23 21:15:39 +0000 |
---|---|---|
committer | tron <tron> | 2001-09-23 21:15:39 +0000 |
commit | 6eedeecef631eecd6156fcbfbadbcbb74f8c020a (patch) | |
tree | 12eae37570643e778e845a0c373af4f69d746e41 /shells/zsh | |
parent | 9b03b2cc2e57bc120e5959426bf374f0824ec388 (diff) | |
download | pkgsrc-6eedeecef631eecd6156fcbfbadbcbb74f8c020a.tar.gz |
Remove redundant "@dirrm" commands from "PLIST.dynamic" and reorder
multiple package list so that deinstallation works smoothly.
Diffstat (limited to 'shells/zsh')
-rw-r--r-- | shells/zsh/Makefile | 4 | ||||
-rw-r--r-- | shells/zsh/pkg/PLIST.dynamic | 5 |
2 files changed, 3 insertions, 6 deletions
diff --git a/shells/zsh/Makefile b/shells/zsh/Makefile index 4a157372949..7f90c60ebdd 100644 --- a/shells/zsh/Makefile +++ b/shells/zsh/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.24 2001/09/23 21:01:30 tron Exp $ +# $NetBSD: Makefile,v 1.25 2001/09/23 21:15:39 tron Exp $ DISTNAME= zsh-4.0.2 CATEGORIES= shells @@ -24,7 +24,7 @@ PLIST_SRC= ${PKGDIR}/PLIST CONFIGURE_ARGS+=--disable-dynamic LDFLAGS+= -static .else -PLIST_SRC+= ${PKGDIR}/PLIST.dynamic +PLIST_SRC= ${PKGDIR}/PLIST.dynamic ${PKGDIR}/PLIST .endif post-install: diff --git a/shells/zsh/pkg/PLIST.dynamic b/shells/zsh/pkg/PLIST.dynamic index a77601804a8..14f37884340 100644 --- a/shells/zsh/pkg/PLIST.dynamic +++ b/shells/zsh/pkg/PLIST.dynamic @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST.dynamic,v 1.2 2001/07/23 18:23:45 nra Exp $ +@comment $NetBSD: PLIST.dynamic,v 1.3 2001/09/23 21:15:39 tron Exp $ lib/zsh/libzsh-4.0.2.so lib/zsh/4.0.2/zsh/rlimits.so lib/zsh/4.0.2/zsh/sched.so @@ -54,9 +54,6 @@ share/zsh/4.0.2/functions/zftransfer share/zsh/4.0.2/functions/zftype share/zsh/4.0.2/functions/zfuget share/zsh/4.0.2/functions/zfuput -@dirrm share/zsh/4.0.2/functions -@dirrm share/zsh/4.0.2 -@dirrm share/zsh @dirrm lib/zsh/4.0.2/zsh @dirrm lib/zsh/4.0.2 @dirrm lib/zsh |