pkgsrc/print/texmf-dirs/Makefile
jlam ae9b935fd0 * If PLIST_SRC is explicitly set to an empty value in a package Makefile,
then automatically generate a PLIST that says "${PKGNAME} has no files".

* If PLIST_SRC and GENERATE_PLIST are not set in a package Makefile,
  and no PLIST files exist, then fail during the package build with
  PKG_FAIL_REASON.

* Remove "intentionally empty" PLISTs again.

Now, the easy way to say that a package installs no files is to just
add the following to the package Makefile:

	PLIST_SRC=	# empty
2007-10-25 22:00:39 +00:00

30 lines
619 B
Makefile

# $NetBSD: Makefile,v 1.9 2007/10/25 22:01:05 jlam Exp $
DISTNAME= texmf-dirs-1.4
CATEGORIES= print
MASTER_SITES= # empty
DISTFILES= # empty
MAINTAINER= minskim@NetBSD.org
HOMEPAGE= # empty
COMMENT= Local TeX directory structure
NO_CHECKSUM= yes
NO_EXTRACT= yes
NO_CONFIGURE= yes
NO_BUILD= yes
PLIST_SRC= # empty
USE_LANGUAGES= # empty
WRKSRC= ${WRKDIR}
.include "dirs.mk"
.include "../../mk/tex.buildlink3.mk"
REQD_DIRS+= ${TEXMF_DIRS:O:S/^/${PKG_LOCALTEXMFPREFIX}\//}
.if ${TEX_TYPE} == "teTeX3"
BUILDLINK_API_DEPENDS.teTeX-bin+= teTeX-bin>=3.0nb10
.endif
do-install: # nothing
.include "../../mk/bsd.pkg.mk"