svn commit: r360204 - head/print/teTeX

Baptiste Daroussin bapt at FreeBSD.org
Wed Jul 2 14:51:23 UTC 2014


Author: bapt
Date: Wed Jul  2 14:51:22 2014
New Revision: 360204
URL: http://svnweb.freebsd.org/changeset/ports/360204
QAT: https://qat.redports.org/buildarchive/r360204/

Log:
  Support stage

Modified:
  head/print/teTeX/Makefile

Modified: head/print/teTeX/Makefile
==============================================================================
--- head/print/teTeX/Makefile	Wed Jul  2 14:51:04 2014	(r360203)
+++ head/print/teTeX/Makefile	Wed Jul  2 14:51:22 2014	(r360204)
@@ -10,7 +10,7 @@ DISTFILES=	# empty
 EXTRACT_ONLY=	# empty
 
 MAINTAINER=	hrs at FreeBSD.org
-COMMENT=	A meta port for teTeX suite
+COMMENT=	meta port for teTeX suite
 
 RUN_DEPENDS=	${LOCALBASE}/share/fonts/cm-super/README:${PORTSDIR}/print/cm-super
 
@@ -18,37 +18,24 @@ USE_TEX=	base texmf dvipsk dvipdfmx
 OPTIONS_DEFINE=	LETTERSIZE X11
 LETTERSIZE_DESC=	Use letter size by default
 
-NO_STAGE=	yes
-.include <bsd.port.options.mk>
+NO_BUILD=	yes
+NO_MTREE=	yes
+NO_INSTALL=	yes
 
-.if ${PORT_OPTIONS:MX11}
-USE_TEX+=	xdvik
-.endif
+X11_USE=	TEX=xdvik
 
 # XXX: We always build in batch mode to disable OPTIONS
 #      in print/teTeX-base.
 DEPENDS_ARGS+=	BATCH=yes
 
+.include <bsd.port.options.mk>
+
 .if ${PORT_OPTIONS:MLETTERSIZE}
-FLAVOR+=	letter
 DEPENDS_ARGS+=	WITH_LETTERSIZE=true
 PAPERSIZE=	letter
-.else
-PAPERSIZE=	a4
 .endif
 
 TEXMFDISTDIR=	share/texmf-dist
 TEXMFLOCAL_LSR=	${LOCALBASE}/share/texmf-local/ls-R
 
-# XXX: this does not work
-#.if defined(FLAVOR)
-#PKGNAMESUFFIX=	${FLAVOR:S,^,-,:Q:S,\\ ,,g:S,\\-,-,g}
-#.endif
-
-do-build:
-	@${DO_NADA}
-
-do-install: #emtpy
-	@${DO_NADA}
-
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list