710974079e
Provides updates for teTeX to texlive as well...
27 lines
551 B
Makefile
27 lines
551 B
Makefile
# $OpenBSD: Makefile,v 1.6 2009/12/15 11:40:48 espie Exp $
|
|
|
|
COMMENT = exceptions to pkg_add rules
|
|
CATEGORIES = devel databases
|
|
DISTFILES =
|
|
|
|
# API.rev
|
|
PKGNAME = quirks-1.4
|
|
PKG_ARCH = *
|
|
MAINTAINER = Marc Espie <espie@openbsd.org>
|
|
|
|
# BSD
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
PERMIT_PACKAGE_FTP = Yes
|
|
PERMIT_DISTFILES_CDROM =Yes
|
|
PERMIT_DISTFILES_FTP = Yes
|
|
|
|
NO_BUILD = Yes
|
|
|
|
PERLDIR = ${PREFIX}/libdata/perl5/site_perl
|
|
|
|
do-install:
|
|
${INSTALL_DATA_DIR} ${PERLDIR}/OpenBSD
|
|
${INSTALL_DATA} ${FILESDIR}/Quirks.pm ${PERLDIR}/OpenBSD/Quirks.pm
|
|
|
|
.include <bsd.port.mk>
|