diff options
author | sf <sf@FreeBSD.org> | 2002-01-07 04:47:38 +0800 |
---|---|---|
committer | sf <sf@FreeBSD.org> | 2002-01-07 04:47:38 +0800 |
commit | 1ef9744d79066609602c5496e3ccc1e22ce2b41b (patch) | |
tree | fb3fe1a70de053d2813f5c79e419d8976d8145d5 /x11/XFree86-4-clients | |
parent | addaf19c723958ee97ad4084203b9607dcc2c8aa (diff) | |
download | freebsd-ports-gnome-1ef9744d79066609602c5496e3ccc1e22ce2b41b.tar.gz freebsd-ports-gnome-1ef9744d79066609602c5496e3ccc1e22ce2b41b.tar.zst freebsd-ports-gnome-1ef9744d79066609602c5496e3ccc1e22ce2b41b.zip |
move pre.mk inclusion to the bottom.
Diffstat (limited to 'x11/XFree86-4-clients')
-rw-r--r-- | x11/XFree86-4-clients/Makefile | 14 |
1 files changed, 6 insertions, 8 deletions
diff --git a/x11/XFree86-4-clients/Makefile b/x11/XFree86-4-clients/Makefile index 77b01abbbd77..2e383a28cbb7 100644 --- a/x11/XFree86-4-clients/Makefile +++ b/x11/XFree86-4-clients/Makefile @@ -56,9 +56,8 @@ HasPam?= DEFAULT .if ${HasXdmAuth} == DEFAULT || ${HasXdmAuth} == YES .if defined(USA_RESIDENT) && ${USA_RESIDENT} == YES -pre-fetch: - @${ECHO} - @${ECHO} Assuming that you have fetched a USA-Legal Wraphelp.c. +pre-everything:: + @${ECHO_MSG} "Assuming that you have fetched a USA-Legal Wraphelp.c." .else MASTER_SITES+= ftp://psych.psy.uq.oz.au/pub/X11R5/ \ ftp://ftp.internat.freebsd.org/pub/FreeBSD/X11-Crypto/ \ @@ -66,11 +65,8 @@ MASTER_SITES+= ftp://psych.psy.uq.oz.au/pub/X11R5/ \ EXTRACT_ONLY= X410src-1.tgz DISTFILES+= Wraphelp.c IGNOREFILES= Wraphelp.c -.endif -.endif - -.include <bsd.port.pre.mk> -.include "${FILESDIR}/manpages" +.endif # USA_RESIDENT +.endif # HasXdmAuth post-extract: ( cd ${WRKDIR} && \ @@ -81,4 +77,6 @@ post-extract: do-configure: cd ${.CURDIR} && ${SETENV} ${SCRIPTS_ENV} ${SH} ${SCRIPTDIR}/configure +.include <bsd.port.pre.mk> +.include "${FILESDIR}/manpages" .include <bsd.port.post.mk> |