diff options
author | Michael Haro <mharo@FreeBSD.org> | 1999-06-05 22:32:11 +0000 |
---|---|---|
committer | Michael Haro <mharo@FreeBSD.org> | 1999-06-05 22:32:11 +0000 |
commit | 5ce8e8e5c77a92c16e627672eab6ebca50ad6f85 (patch) | |
tree | d22580c3f5bea1154b95655a82046161cfa9fd35 /net | |
parent | Update to 990522 release (diff) |
Remove the test to create ${PREFIX}/share/info/dir as it is now
in bsd.port.mk and this helps to unify the check and install.
Notes
Notes:
svn path=/head/; revision=19223
Diffstat (limited to 'net')
-rw-r--r-- | net/libsocket++/Makefile | 7 | ||||
-rw-r--r-- | net/libsocket++/pkg-plist | 1 |
2 files changed, 1 insertions, 7 deletions
diff --git a/net/libsocket++/Makefile b/net/libsocket++/Makefile index 781a5ce5c85c..84a1dc997fdd 100644 --- a/net/libsocket++/Makefile +++ b/net/libsocket++/Makefile @@ -5,7 +5,7 @@ # Whom: Narvi <narvi@haldjas.folklore.ee> # David O'Brien (obrien@FreeBSD.org) # -# $Id: Makefile,v 1.4 1998/10/10 03:23:40 steve Exp $ +# $Id: Makefile,v 1.5 1998/11/22 02:01:55 kuriyama Exp $ # DISTNAME= socket++-1.10 @@ -23,11 +23,6 @@ GNU_CONFIGURE= yes post-configure: @${CP} ${FILESDIR}/Makefile.lib ${WRKSRC}/Makefile -pre-install: - @if [ ! -f ${PREFIX}/info/dir ]; then \ - ${SED} -ne '1,/Menu:/p' /usr/share/info/dir > ${PREFIX}/info/dir; \ - fi - post-install: @${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib .if !defined(NOPORTDOCS) diff --git a/net/libsocket++/pkg-plist b/net/libsocket++/pkg-plist index a7e88b0b5780..cf1a4e4f4c62 100644 --- a/net/libsocket++/pkg-plist +++ b/net/libsocket++/pkg-plist @@ -14,7 +14,6 @@ include/sockstream.h include/sockunix.h @unexec install-info --delete %D/info/socket++.info %D/info/dir info/socket++.info -@exec [ -f %D/info/dir ] || sed -ne '1,/Menu:/p' /usr/share/info/dir > %D/info/dir @exec install-info %D/info/socket++.info %D/info/dir share/doc/libsocket++/README share/doc/libsocket++/socket++.ps |