move pre.mk inclusion to the bottom.

This commit is contained in:
FUJISHIMA Satsuki 2002-01-06 20:47:38 +00:00
parent 930f74535e
commit 06c2ca48a6
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=52667
2 changed files with 8 additions and 11 deletions

View file

@ -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>

View file

@ -25,9 +25,6 @@ DIST_SUBDIR= xc
WRKSRC= ${WRKDIR}/xc/doc/man
INSTALL_TARGET= install.man
.include <bsd.port.pre.mk>
.include <${FILESDIR}/manpages>
do-configure:
(cd ${WRKSRC} && \
imake -DUseInstalled ${PROJECTROOT} -I${PREFIX}/lib/X11/config \
@ -36,4 +33,6 @@ do-configure:
${MAKE} includes ; \
${MAKE} depend)
.include <bsd.port.pre.mk>
.include "${FILESDIR}/manpages"
.include <bsd.port.post.mk>