diff options
author | anholt <anholt@FreeBSD.org> | 2002-07-19 04:30:22 +0800 |
---|---|---|
committer | anholt <anholt@FreeBSD.org> | 2002-07-19 04:30:22 +0800 |
commit | 7c6534363ec9839ed83bcc7eac6ca2fa5916be1c (patch) | |
tree | 6b0ed6cebd184a97bc0fd63a5d5ef11d13c2852e /devel | |
parent | 48c68e6fd6fafef9078c9ee9822279ffa9e003cb (diff) | |
download | freebsd-ports-gnome-7c6534363ec9839ed83bcc7eac6ca2fa5916be1c.tar.gz freebsd-ports-gnome-7c6534363ec9839ed83bcc7eac6ca2fa5916be1c.tar.zst freebsd-ports-gnome-7c6534363ec9839ed83bcc7eac6ca2fa5916be1c.zip |
Make XFree86-4 miniports use imake-4's HasXdmAuth setting (default is YES).
Clean up Wraphelp.c inclusion in the ports that need it.
Add USE_PERL5 to imake-4.
Approved by: des
Diffstat (limited to 'devel')
-rw-r--r-- | devel/imake-4/Makefile | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/devel/imake-4/Makefile b/devel/imake-4/Makefile index 760641627265..ff68bc6c4182 100644 --- a/devel/imake-4/Makefile +++ b/devel/imake-4/Makefile @@ -14,13 +14,13 @@ MASTER_SITES= ${MASTER_SITE_XFREE} \ ftp://ftp.internat.FreeBSD.org/pub/FreeBSD/X11-Crypto/:wrap \ ftp://ftp3.za.FreeBSD.org/pub/FreeBSD/X11-Crypto/:wrap MASTER_SITE_SUBDIR= ${PORTVERSION} +DISTFILES= X${PORTVERSION:S/.//g}src-1.tgz EXTRACT_ONLY= X${PORTVERSION:S/.//g}src-1.tgz -DISTFILES= X${PORTVERSION:S/.//g}src-1.tgz Wraphelp.c:wrap -IGNOREFILES= Wraphelp.c -MAINTAINER= taguchi@tohoku.iij.ad.jp +MAINTAINER= anholt@freebsd.org PREFIX?= ${X11BASE} +USE_PERL5= YES .include <bsd.port.pre.mk> @@ -74,11 +74,11 @@ SCRIPTS_ENV+= OSVERSION=${OSVERSION} \ INSTALL_TARGET= install install.man # --- # User Config: -# All variables are same as Imake config macros. +# All variables are the same as Imake config macros. # For more details, see ${WRKDIR}/xc/config/cf/README. -# Followings will write to ${PFEFIX}/lib/X11/config/xf86site.def, +# Following will write to ${PREFIX}/lib/X11/config/xf86site.def, # and all of XFree86-4-* ports will use them as default value. -# Offcause, you can override them (at your own risk ;-). +# Of course, you can override them (at your own risk ;-). # Read scripts/configure for more details. # --- HasSecureRPC?= YES |