summaryrefslogtreecommitdiff
path: root/french
diff options
context:
space:
mode:
authorYoshio MITA <mita@FreeBSD.org>2002-01-20 12:21:45 +0000
committerYoshio MITA <mita@FreeBSD.org>2002-01-20 12:21:45 +0000
commitd2084f69b5b8334ba5869ca2f7588bbfc565b874 (patch)
tree1cc27fb9003dd695ad1ecc7f9326b40411baa17f /french
parentBuild failure problem is solved (.include <bsd.port.pre.mk> had to (diff)
A small adjustment for .include<bsd.port.pre.mk>.
Notes
Notes: svn path=/head/; revision=53382
Diffstat (limited to 'french')
-rw-r--r--french/xtel/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/french/xtel/Makefile b/french/xtel/Makefile
index debe820d1c6c..cc9a0a0d9a1d 100644
--- a/french/xtel/Makefile
+++ b/french/xtel/Makefile
@@ -15,8 +15,6 @@ MAINTAINER= thierry@thomas.as
LIB_DEPENDS+= jpeg.9:${PORTSDIR}/graphics/jpeg
-.include <bsd.port.pre.mk>
-
# Remark: Xtel can serve a network, and emulate TVR and I-Minitel, but this is
# the first release of this port, and these functionnalities have not (yet)
# been implemented.
@@ -26,6 +24,8 @@ USE_XPM= yes
MAN1= xtel.1 xteld.1
+.include <bsd.port.pre.mk>
+
.if defined(LANG)
LANGUE!=${ECHO} ${LANG} | ${CUT} -c 1-2
.else