From 0ec0e59cee0085bcc255478f155128faa5f0d6dc Mon Sep 17 00:00:00 2001 From: steve Date: Sun, 27 Sep 1998 01:44:09 +0000 Subject: Don't strip the binary when building ELF, and remove the empty share/doc/wb directory on deinstall. --- mbone/wb/Makefile | 6 +++++- mbone/wb/pkg-plist | 1 + 2 files changed, 6 insertions(+), 1 deletion(-) (limited to 'mbone') diff --git a/mbone/wb/Makefile b/mbone/wb/Makefile index 0aedeff88638..9d3452c1c051 100644 --- a/mbone/wb/Makefile +++ b/mbone/wb/Makefile @@ -3,7 +3,7 @@ # Date created: 2 Novermber 1996 # Whom: fenner # -# $Id: Makefile,v 1.3 1998/06/24 05:17:29 fenner Exp $ +# $Id: Makefile,v 1.4 1998/08/05 09:31:33 asami Exp $ # DISTNAME= wb-1.59 @@ -31,3 +31,7 @@ do-install: .endif .include + +.if ${PORTOBJFORMAT} == "elf" +STRIP= +.endif diff --git a/mbone/wb/pkg-plist b/mbone/wb/pkg-plist index e6328aa3a3fb..084fc240b5dd 100644 --- a/mbone/wb/pkg-plist +++ b/mbone/wb/pkg-plist @@ -3,3 +3,4 @@ share/doc/wb/README share/doc/wb/CHANGES share/doc/wb/NOTES share/doc/wb/lblwb.ps +@dirrm share/doc/wb -- cgit