openbsd-ports/www/plone/2.5/Makefile
winiger 5db2fa702a split port into several version
that makes Plone releases and OpenBSD releases independent. Plone Updates can be really hard, if they are possible at all.

ok mbalmer@
2008-03-20 11:42:34 +00:00

11 lines
254 B
Makefile

# $OpenBSD: Makefile,v 1.1 2008/03/20 11:42:34 winiger Exp $
DISTNAME= Plone-2.5.3-final
PKGNAME= ${DISTNAME:S/-final//:L}p0
do-install:
${INSTALL_PROGRAM_DIR} ${MODZOPE_PRODUCTSDIR}
cp -R ${WRKBUILD}/* ${MODZOPE_PRODUCTSDIR}
.include <bsd.port.mk>