diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-01-16 17:33:20 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-01-16 17:33:20 +0000 |
commit | 2b1a883dc4fd248d3b049059b9543dde2ac98ffd (patch) | |
tree | 0b080fcd55271333176593e1b9bc0b48aedbe9fa /x11 | |
parent | 21829056931f158e125c2d89352e36c1c7196a26 (diff) | |
download | ports-2b1a883dc4fd248d3b049059b9543dde2ac98ffd.tar.gz ports-2b1a883dc4fd248d3b049059b9543dde2ac98ffd.zip |
Notes
Diffstat (limited to 'x11')
-rw-r--r-- | x11/XFree86-4-libraries/Makefile | 6 | ||||
-rw-r--r-- | x11/bricons/Makefile | 4 | ||||
-rw-r--r-- | x11/ebuttons/Makefile | 6 | ||||
-rw-r--r-- | x11/efancylauncher/Makefile | 6 | ||||
-rw-r--r-- | x11/emu/Makefile | 4 | ||||
-rw-r--r-- | x11/erun/Makefile | 4 | ||||
-rw-r--r-- | x11/eweather/Makefile | 6 | ||||
-rw-r--r-- | x11/qrash/Makefile | 6 | ||||
-rw-r--r-- | x11/x3270/Makefile | 4 | ||||
-rw-r--r-- | x11/xfedor/Makefile | 12 | ||||
-rw-r--r-- | x11/xtestpicture/Makefile | 6 | ||||
-rw-r--r-- | x11/xwit/Makefile | 6 |
12 files changed, 35 insertions, 35 deletions
diff --git a/x11/XFree86-4-libraries/Makefile b/x11/XFree86-4-libraries/Makefile index c156d1bf582b..efa8999eb623 100644 --- a/x11/XFree86-4-libraries/Makefile +++ b/x11/XFree86-4-libraries/Makefile @@ -30,7 +30,7 @@ SCRIPTS_ENV+= PREFIX=${PREFIX} \ WRKDIR=${WRKDIR} \ DISTDIR=${DISTDIR} ALL_TARGET= FreeBSDPortsBuild -INSTALL_TARGET= FreeBSDPortsInstall FreeBSDPortsInstall.man installXlib +INSTALL_TARGET= FreeBSDPortsInstall FreeBSDPortsInstall.man installXlib MANCOMPRESSED= yes MAN1= libxrx.1 MAN3= Xaw.3 @@ -39,9 +39,9 @@ MAN3= Xaw.3 # BuildXF86DRI is false for FreeBSD < 4.1 .if ${OSVERSION} < 410000 -PLIST_SUB+= OSMESA:="@comment " +PLIST_SUB+= OSMESA:="@comment " .else -PLIST_SUB+= OSMESA:="" +PLIST_SUB+= OSMESA:="" .endif .if defined(XDM_DES) diff --git a/x11/bricons/Makefile b/x11/bricons/Makefile index bef70ce8db4c..45d0bdd6fbee 100644 --- a/x11/bricons/Makefile +++ b/x11/bricons/Makefile @@ -6,14 +6,14 @@ # PORTNAME= bricons -PORTVERSION= 3.0 +PORTVERSION= 3.0 CATEGORIES= x11 MASTER_SITES= ftp://ftp.x.org/R5contrib/ \ ftp://ftp.freesoftware.com/pub/X11/R5contrib/ DISTNAME= ${PORTNAME} EXTRACT_SUFX= -athena-3.0.tar.gz -MAINTAINER= shanee@augusta.de +MAINTAINER= shanee@augusta.de USE_IMAKE= yes USE_XPM= yes diff --git a/x11/ebuttons/Makefile b/x11/ebuttons/Makefile index 3c16942326e7..03d36a216654 100644 --- a/x11/ebuttons/Makefile +++ b/x11/ebuttons/Makefile @@ -6,14 +6,14 @@ # PORTNAME= E-buttons -PORTVERSION= 0.2 +PORTVERSION= 0.2 CATEGORIES= x11 -MASTER_SITES= http://www.moodfarm.demon.co.uk/download/ +MASTER_SITES= http://www.moodfarm.demon.co.uk/download/ EXTRACT_SUFX= .tgz MAINTAINER= jhb@FreeBSD.org -LIB_DEPENDS= epplet.1:${PORTSDIR}/x11-wm/epplets +LIB_DEPENDS= epplet.1:${PORTSDIR}/x11-wm/epplets WRKSRC= ${WRKDIR}/E-buttons diff --git a/x11/efancylauncher/Makefile b/x11/efancylauncher/Makefile index 711e5d80eda3..6cf550c6471e 100644 --- a/x11/efancylauncher/Makefile +++ b/x11/efancylauncher/Makefile @@ -6,14 +6,14 @@ # PORTNAME= E-FancyLauncher -PORTVERSION= 0.7 +PORTVERSION= 0.7 CATEGORIES= x11 -MASTER_SITES= http://www.docs.uu.se/~adavid/Epplets/ +MASTER_SITES= http://www.docs.uu.se/~adavid/Epplets/ EXTRACT_SUFX= .tgz MAINTAINER= jhb@FreeBSD.org -LIB_DEPENDS= epplet.1:${PORTSDIR}/x11-wm/epplets +LIB_DEPENDS= epplet.1:${PORTSDIR}/x11-wm/epplets WRKSRC= ${WRKDIR}/E-FancyLauncher diff --git a/x11/emu/Makefile b/x11/emu/Makefile index 806c73ad40d7..884a48d5603a 100644 --- a/x11/emu/Makefile +++ b/x11/emu/Makefile @@ -6,7 +6,7 @@ # PORTNAME= emu -PORTVERSION= 1.31 +PORTVERSION= 1.31 CATEGORIES= x11 MASTER_SITES= ${MASTER_SITE_XCONTRIB} MASTER_SITE_SUBDIR= applications @@ -14,7 +14,7 @@ MASTER_SITE_SUBDIR= applications MAINTAINER= me@FreeBSD.org .if !defined(DISPLAY) || ${DISPLAY} == "" -BROKEN= "Requires an active X session (and DISPLAY variable) to run xrdb. Please compile this while running X." +BROKEN= "Requires an active X session (and DISPLAY variable) to run xrdb. Please compile this while running X." .endif USE_IMAKE= yes diff --git a/x11/erun/Makefile b/x11/erun/Makefile index 40a266bf592f..f44ea42bb3bc 100644 --- a/x11/erun/Makefile +++ b/x11/erun/Makefile @@ -6,13 +6,13 @@ # PORTNAME= E-Run -PORTVERSION= 1.2 +PORTVERSION= 1.2 CATEGORIES= x11 MASTER_SITES= http://void.mapopolis.com/~jacob/c0de/ MAINTAINER= kbyanc@posi.net -LIB_DEPENDS= epplet.1:${PORTSDIR}/x11-wm/libepplet +LIB_DEPENDS= epplet.1:${PORTSDIR}/x11-wm/libepplet WRKSRC= ${WRKDIR}/${PORTNAME} diff --git a/x11/eweather/Makefile b/x11/eweather/Makefile index 001faf074e0e..c23442dea9f5 100644 --- a/x11/eweather/Makefile +++ b/x11/eweather/Makefile @@ -6,14 +6,14 @@ # PORTNAME= E-Weather -PORTVERSION= 0.2 +PORTVERSION= 0.2 CATEGORIES= x11 -MASTER_SITES= http://pfnet.org/~cy/ +MASTER_SITES= http://pfnet.org/~cy/ MAINTAINER= jhb@FreeBSD.org RUN_DEPENDS= GrabWeather:${PORTSDIR}/misc/wmweather -LIB_DEPENDS= epplet.1:${PORTSDIR}/x11-wm/epplets +LIB_DEPENDS= epplet.1:${PORTSDIR}/x11-wm/epplets USE_GMAKE= yes USE_X_PREFIX= yes diff --git a/x11/qrash/Makefile b/x11/qrash/Makefile index 66be68abd907..35b3690e2cee 100644 --- a/x11/qrash/Makefile +++ b/x11/qrash/Makefile @@ -6,19 +6,19 @@ # PORTNAME= qrash -PORTVERSION= 1.0 +PORTVERSION= 1.0 CATEGORIES= x11 MASTER_SITES= http://qmg.org/files/demos/qmg/ \ ftp://qmg.org/pub/demos/qmg/ \ ${MASTER_SITE_SUNSITE} -MASTER_SITE_SUBDIR= X11/demos +MASTER_SITE_SUBDIR= X11/demos DISTNAME= ${PORTNAME} EXTRACT_SUFX= .tgz MAINTAINER= trevor@FreeBSD.org GNU_CONFIGURE= yes -USE_GMAKE= yes +USE_GMAKE= yes USE_X_PREFIX= yes ALL_TARGET= qrash diff --git a/x11/x3270/Makefile b/x11/x3270/Makefile index cb9eba2f4241..dbb2fc37c73d 100644 --- a/x11/x3270/Makefile +++ b/x11/x3270/Makefile @@ -6,12 +6,12 @@ # PORTNAME= x3270 -PORTVERSION= 3.1.1.6 +PORTVERSION= 3.1.1.6 CATEGORIES= x11 MASTER_SITES= ${MASTER_SITE_XCONTRIB} MASTER_SITE_SUBDIR= applications -MAINTAINER= volf@oasis.IAEhv.nl +MAINTAINER= volf@oasis.IAEhv.nl USE_IMAKE= yes diff --git a/x11/xfedor/Makefile b/x11/xfedor/Makefile index 0d2cd7ae4da3..d2147ec918b5 100644 --- a/x11/xfedor/Makefile +++ b/x11/xfedor/Makefile @@ -9,18 +9,18 @@ # PORTNAME= xfedor -PORTVERSION= 1.0 +PORTVERSION= 1.0 CATEGORIES= x11 -MASTER_SITES= ftp://ftp.kiarchive.ru/pub/x11/util/ +MASTER_SITES= ftp://ftp.kiarchive.ru/pub/x11/util/ DISTNAME= ${PORTNAME} -MAINTAINER= ache@FreeBSD.org +MAINTAINER= ache@FreeBSD.org -USE_IMAKE= yes +USE_IMAKE= yes USE_XPM= yes -XFHELP= ${X11BASE}/lib/X11/xfedor # See patches too -XCAT1= ${X11BASE}/man/cat1 +XFHELP= ${X11BASE}/lib/X11/xfedor # See patches too +XCAT1= ${X11BASE}/man/cat1 do-install: cd ${WRKSRC}; \ diff --git a/x11/xtestpicture/Makefile b/x11/xtestpicture/Makefile index c8b6594015fa..6e400958d2bb 100644 --- a/x11/xtestpicture/Makefile +++ b/x11/xtestpicture/Makefile @@ -6,11 +6,11 @@ # PORTNAME= xtestpicture -PORTVERSION= 1.2 +PORTVERSION= 1.2 CATEGORIES= x11 -MASTER_SITES= ftp://ftp.interface-business.de/pub/outgoing/ +MASTER_SITES= ftp://ftp.interface-business.de/pub/outgoing/ -MAINTAINER= joerg@FreeBSD.org +MAINTAINER= joerg@FreeBSD.org USE_IMAKE= yes MAN1= xtestpicture.1 diff --git a/x11/xwit/Makefile b/x11/xwit/Makefile index 2ccf87915340..9b9155765a19 100644 --- a/x11/xwit/Makefile +++ b/x11/xwit/Makefile @@ -6,12 +6,12 @@ # PORTNAME= xwit -PORTVERSION= 1.0 +PORTVERSION= 1.0 CATEGORIES= x11 -MASTER_SITES= ${MASTER_SITE_LOCAL} +MASTER_SITES= ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= tg -MAINTAINER= tg@FreeBSD.org +MAINTAINER= tg@FreeBSD.org USE_IMAKE= yes MAN1= xwit.1 |