From bcd8b1ea40a7664632437a24a0b92ca16c1c2a1c Mon Sep 17 00:00:00 2001 From: xtraeme Date: Mon, 2 Feb 2004 23:10:29 +0000 Subject: Same libraries were not installed in FreeBSD, so use PLIST_SUBST to make the precompiled package. --- x11/openmotif/Makefile | 8 +++++++- x11/openmotif/PLIST | 8 ++++---- 2 files changed, 11 insertions(+), 5 deletions(-) (limited to 'x11/openmotif') diff --git a/x11/openmotif/Makefile b/x11/openmotif/Makefile index ea711adabc2..109c881297b 100644 --- a/x11/openmotif/Makefile +++ b/x11/openmotif/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.24 2004/01/20 12:28:26 agc Exp $ +# $NetBSD: Makefile,v 1.25 2004/02/02 23:10:29 xtraeme Exp $ # FreeBSD: /c/ncvs/ports/x11-toolkits/open-motif/Makefile,v 1.18 2000/10/09 01:40:02 asami Exp # OpenBSD: Makefile,v 1.5 2000/10/23 16:08:12 espie Exp @@ -36,6 +36,12 @@ FILES_SUBST+= X11BASE=${X11BASE} .include "../../mk/bsd.prefs.mk" +.if ${OPSYS} == "FreeBSD" +PLIST_SUBST+= AVAILABLE="@comment " +.else +PLIST_SUBST+= AVAILABLE= +.endif + # We must use GNU make on Linux .if ${OPSYS} == "Linux" USE_GNU_TOOLS+= make diff --git a/x11/openmotif/PLIST b/x11/openmotif/PLIST index 00b7968dce6..a9f2f1607c6 100644 --- a/x11/openmotif/PLIST +++ b/x11/openmotif/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.3 2003/02/23 13:11:24 jmmv Exp $ +@comment $NetBSD: PLIST,v 1.4 2004/02/02 23:10:29 xtraeme Exp $ bin/mwm bin/uil bin/xmbind @@ -233,15 +233,15 @@ lib/X11/system.mwmrc lib/libMrm.a lib/libMrm.so lib/libMrm.so.2 -lib/libMrm.so.2.1 +${AVAILABLE}lib/libMrm.so.2.1 lib/libUil.a lib/libUil.so lib/libUil.so.2 -lib/libUil.so.2.1 +${AVAILABLE}lib/libUil.so.2.1 lib/libXm.a lib/libXm.so lib/libXm.so.2 -lib/libXm.so.2.1 +${AVAILABLE}lib/libXm.so.2.1 man/man1/mwm.1 man/man1/uil.1 man/man1/xmbind.1 -- cgit v1.2.3