937e93ff7d
thingies. (work in progress, not active yet, don't install unless you REALLY know what you're doing)
27 lines
660 B
Makefile
27 lines
660 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2009/12/04 16:50:48 espie Exp $
|
|
|
|
COMMENT = exceptions to pkg_add rules
|
|
CATEGORIES = devel databases
|
|
DISTFILES =
|
|
# The package name only changes when the interface changes (to avoid downgrades)
|
|
# otherwise we rely on always-update
|
|
PKGNAME = quirks-0
|
|
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>
|