Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/pkgsrc/devel/cvsd/Makefile,v rcsdiff: /ftp/cvs/cvsroot/pkgsrc/devel/cvsd/Makefile,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.5 retrieving revision 1.10 diff -u -p -r1.5 -r1.10 --- pkgsrc/devel/cvsd/Makefile 2007/02/17 20:59:47 1.5 +++ pkgsrc/devel/cvsd/Makefile 2012/10/03 21:54:29 1.10 @@ -1,13 +1,17 @@ -# $NetBSD: Makefile,v 1.5 2007/02/17 20:59:47 wiz Exp $ +# $NetBSD: Makefile,v 1.10 2012/10/03 21:54:29 wiz Exp $ -DISTNAME= cvsd-1.0.13 +DISTNAME= cvsd-1.0.23 +PKGREVISION= 1 CATEGORIES= devel scm -MASTER_SITES= http://ch.tudelft.nl/~arthur/cvsd/ +MASTER_SITES= http://arthurdejong.org/cvsd/ MAINTAINER= eric@cirr.com -HOMEPAGE= http://ch.tudelft.nl/~arthur/cvsd/ +HOMEPAGE= http://arthurdejong.org/cvsd/ COMMENT= Run CVS pserver in a chroot-ed environment +PKG_DESTDIR_SUPPORT= user-destdir +LICENSE= gnu-gpl-v2 + USE_TOOLS+= gmake perl GNU_CONFIGURE= YES @@ -24,9 +28,13 @@ CVSD_GROUP?= cvsd PKG_USERS= ${CVSD_USER}:${CVSD_GROUP} PKG_GECOS.${CVSD_USER}= CVS wrapper PKG_GROUPS= ${CVSD_GROUP} +PKG_GROUPS_VARS+= CVSD_GROUP +PKG_USERS_VARS+= CVSD_USER + +INSTALLATION_DIRS= ${EGDIR} pre-install: - ${INSTALL_DATA_DIR} ${EGDIR} + ${INSTALL_DATA_DIR} ${DESTDIR}/${EGDIR} .include "../../security/tcp_wrappers/buildlink3.mk" .include "../../mk/bsd.pkg.mk"