pkgsrc/www/zope25-zopebook/Makefile
grant afdebcf9a4 make ${PAX} usage consistent:
- group 'zrw' and 'p' args, -s last
- use the && operator consistently
- strip unneeded parens
- some whitespace cleanup
2003-04-10 01:28:03 +00:00

23 lines
556 B
Makefile

# $NetBSD: Makefile,v 1.5 2003/04/10 01:28:31 grant Exp $
#
DISTNAME= ZopeBook
PKGNAME= zope25-zopebook-0
CATEGORIES= www
MASTER_SITES= http://www.zope.org/Documentation/Books/ZopeBook/current/
EXTRACT_SUFX= .tgz
MAINTAINER= packages@netbsd.org
HOMEPAGE= http://www.zope.org/Documentation/Books/ZopeBook/current/index_html
COMMENT= Documentation for Zope-2.5
USE_BUILDLINK2= YES
NO_BUILD= yes
ZBDIR= ${PREFIX}/share/doc/html/ZopeBook-2.5
do-install:
${INSTALL_DATA_DIR} ${ZBDIR}
cd ${WRKSRC} && ${PAX} -rw . ${ZBDIR}
.include "../../mk/bsd.pkg.mk"