From 1db1507241cc78dc549e0fb6623089e6b0123747 Mon Sep 17 00:00:00 2001 From: hubertf Date: Sat, 9 May 1998 18:32:57 +0000 Subject: %D is needed on @unexec --- databases/postgresql/pkg/PLIST | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'databases') diff --git a/databases/postgresql/pkg/PLIST b/databases/postgresql/pkg/PLIST index 6fabdbdc5c2..1ef64f9397a 100644 --- a/databases/postgresql/pkg/PLIST +++ b/databases/postgresql/pkg/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.3 1998/02/18 17:51:01 agc Exp $ +@comment $NetBSD: PLIST,v 1.4 1998/05/09 18:32:57 hubertf Exp $ etc/rc.d/pgsql.sh pgsql/.profile pgsql/bin/cleardbdir @@ -75,7 +75,7 @@ pgsql/include/c.h pgsql/include/config.h pgsql/include/fmgr.h pgsql/include/lib/dllist.h -@unexec rm -f pgsql/include/libpgtcl.h +@unexec rm -f %D/pgsql/include/libpgtcl.h pgsql/include/libpq-fe.h pgsql/include/libpq/libpq-fs.h pgsql/include/libpq/pqcomm.h @@ -86,9 +86,9 @@ pgsql/include/utils/elog.h pgsql/include/utils/geo_decls.h pgsql/include/utils/palloc.h pgsql/lib/global1.bki.source -@unexec rm -f pgsql/lib/libpgtcl.a -@unexec rm -f pgsql/lib/libpgtcl.so -@unexec rm -f pgsql/lib/libpgtcl.so.1.0 +@unexec rm -f %D/pgsql/lib/libpgtcl.a +@unexec rm -f %D/pgsql/lib/libpgtcl.so +@unexec rm -f %D/pgsql/lib/libpgtcl.so.1.0 pgsql/lib/libpq.a pgsql/lib/libpq.so pgsql/lib/libpq.so.1.0 -- cgit v1.2.3