Set PKG_ARCH=* and remove useless .in file.

from ajacoutot@
This commit is contained in:
landry 2012-03-05 18:19:55 +00:00
parent 203d6e62ba
commit 7b879e3a52
2 changed files with 5 additions and 3 deletions

View File

@ -1,10 +1,12 @@
# $OpenBSD: Makefile,v 1.1.1.1 2012/03/05 18:02:05 landry Exp $
# $OpenBSD: Makefile,v 1.2 2012/03/05 18:19:55 landry Exp $
COMMENT = Andrew's web libraries for PHP
DISTNAME = awl-0.51
PKGNAME = php-${DISTNAME}
REVISION = 0
CATEGORIES = www
PKG_ARCH = *
HOMEPAGE = http://andrew.mcmillan.net.nz/projects/awl
@ -26,6 +28,7 @@ MODULES = lang/php
do-install:
${INSTALL_DATA_DIR} ${INSTDIR}
cp -Rp ${WRKSRC}/{README,dba,docs,inc} ${INSTDIR}
rm ${INSTDIR}/inc/AWLUtilities.php.in
chown -R ${SHAREOWN}:${SHAREGRP} ${INSTDIR}
.include <bsd.port.mk>

View File

@ -1,4 +1,4 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2012/03/05 18:02:05 landry Exp $
@comment $OpenBSD: PLIST,v 1.2 2012/03/05 18:19:55 landry Exp $
awl/
awl/README
awl/dba/
@ -150,7 +150,6 @@ awl/docs/api/phpdoc.ini
awl/docs/api/todolist.html
awl/inc/
awl/inc/AWLUtilities.php
awl/inc/AWLUtilities.php.in
awl/inc/AuthPlugin.php
awl/inc/AuthPlugins.php
awl/inc/AwlCache.php