Don't strip the binary when building ELF, and remove the empty

share/doc/wb directory on deinstall.
This commit is contained in:
Steve Price 1998-09-27 01:44:09 +00:00
parent 9a80531801
commit 2ee0fae840
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=13433
4 changed files with 12 additions and 2 deletions

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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