summaryrefslogtreecommitdiffstats
path: root/mbone/wb
diff options
context:
space:
mode:
authorsteve <steve@FreeBSD.org>1998-09-27 01:44:09 +0000
committersteve <steve@FreeBSD.org>1998-09-27 01:44:09 +0000
commit0ec0e59cee0085bcc255478f155128faa5f0d6dc (patch)
treeb166b903f6c434408008892774f33772c329c51c /mbone/wb
parent47ee5aeee9b0e1c26a881a4a8ddec934fe722f1d (diff)
downloadFreeBSD-ports-0ec0e59cee0085bcc255478f155128faa5f0d6dc.zip
FreeBSD-ports-0ec0e59cee0085bcc255478f155128faa5f0d6dc.tar.gz
Don't strip the binary when building ELF, and remove the empty
share/doc/wb directory on deinstall.
Diffstat (limited to 'mbone/wb')
-rw-r--r--mbone/wb/Makefile6
-rw-r--r--mbone/wb/pkg-plist1
2 files changed, 6 insertions, 1 deletions
diff --git a/mbone/wb/Makefile b/mbone/wb/Makefile
index 0aedeff..9d3452c 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 <bsd.port.mk>
+
+.if ${PORTOBJFORMAT} == "elf"
+STRIP=
+.endif
diff --git a/mbone/wb/pkg-plist b/mbone/wb/pkg-plist
index e6328aa..084fc24 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
OpenPOWER on IntegriCloud