diff options
author | FUJISHIMA Satsuki <sf@FreeBSD.org> | 2002-01-06 20:51:08 +0000 |
---|---|---|
committer | FUJISHIMA Satsuki <sf@FreeBSD.org> | 2002-01-06 20:51:08 +0000 |
commit | 9450c9b68c6b729f96748b2e8e6aec58f0e4091f (patch) | |
tree | 9ec8dc3b1e2d70989399cd6c8d54a1bec5f845a7 /x11-servers/XFree86-4-VirtualFramebufferServer | |
parent | move pre.mk inclusion to the bottom. (diff) |
o pre-fetch: -> pre-everything::
o ECHO -> ECHO_MSG
o add comments.
Diffstat (limited to 'x11-servers/XFree86-4-VirtualFramebufferServer')
-rw-r--r-- | x11-servers/XFree86-4-VirtualFramebufferServer/Makefile | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/x11-servers/XFree86-4-VirtualFramebufferServer/Makefile b/x11-servers/XFree86-4-VirtualFramebufferServer/Makefile index c73ce2a4c8c9..771011da12f6 100644 --- a/x11-servers/XFree86-4-VirtualFramebufferServer/Makefile +++ b/x11-servers/XFree86-4-VirtualFramebufferServer/Makefile @@ -31,9 +31,8 @@ HasXdmAuth?= 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/ \ @@ -41,8 +40,8 @@ MASTER_SITES+= ftp://psych.psy.uq.oz.au/pub/X11R5/ \ EXTRACT_ONLY= X410src-1.tgz DISTFILES+= Wraphelp.c IGNOREFILES= Wraphelp.c -.endif -.endif +.endif # USA_RESIDENT +.endif # HasXdmAuth do-configure: cd ${.CURDIR} && ${SETENV} ${SCRIPTS_ENV} ${SH} ${SCRIPTDIR}/configure |