diff options
Diffstat (limited to 'x11/Xaw3d')
-rw-r--r-- | x11/Xaw3d/Makefile | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/x11/Xaw3d/Makefile b/x11/Xaw3d/Makefile index aaadabbcb09..8fddfe9b35e 100644 --- a/x11/Xaw3d/Makefile +++ b/x11/Xaw3d/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.26 2001/03/11 10:06:54 tron Exp $ +# $NetBSD: Makefile,v 1.27 2001/06/07 16:23:10 tron Exp $ # DISTNAME= Xaw3d-1.5 @@ -20,13 +20,6 @@ PLIST_SUBST= XAWREV=${XAWREV} XAWMAJOR=${XAWMAJOR} post-extract: @(cd ${WRKSRC}; ${LN} -s .. X11) -.if (${OPSYS} == SunOS) && (${X11BASE} == /usr/openwin) -post-configure: - cd ${WRKSRC}; \ - ${SED} -e 's#^ SERVER#SERVER#' <${MAKEFILE} >${MAKEFILE}.sed; \ - ${MV} ${MAKEFILE}.sed ${MAKEFILE} -.endif - post-install: ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/Xaw3d ${INSTALL_DATA} ${WRKSRC}/README.XAW3D ${PREFIX}/share/doc/Xaw3d |