- fix licence version

- tweak do-install (no change of PLIST)

ok sthen@ and landry@
This commit is contained in:
stephan 2010-01-11 12:48:01 +00:00
parent 1f9216b1ea
commit a4961caa75

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.20 2009/12/04 11:06:29 stephan Exp $
# $OpenBSD: Makefile,v 1.21 2010/01/11 12:48:01 stephan Exp $
COMMENT = web-based collaborative editing environment
@ -9,7 +9,7 @@ HOMEPAGE = http://www.mediawiki.org/
MAINTAINER = Stephan A. Rickauer <stephan@openbsd.org>
# GPL
# GPLv2
PERMIT_PACKAGE_CDROM = Yes
PERMIT_PACKAGE_FTP = Yes
PERMIT_DISTFILES_CDROM =Yes
@ -29,8 +29,7 @@ RUN_DEPENDS= :php5-gd-*:www/php5/extensions,-gd
do-install:
@mv ${WRKDIST} ${INSTDIR}
@find ${PREFIX} -name '.cvsignore' -exec rm {} \;
@find ${PREFIX} -name \*.orig -exec rm {} \;
@find ${PREFIX} -name '.cvsignore' -or -name \*.orig -exec rm {} \;
@chown -R ${SHAREOWN}:${SHAREGRP} ${PREFIX}
.include <bsd.port.mk>