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/net/ywho/Makefile,v rcsdiff: /ftp/cvs/cvsroot/pkgsrc/net/ywho/Makefile,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.9 retrieving revision 1.10 diff -u -p -r1.9 -r1.10 --- pkgsrc/net/ywho/Makefile 2007/09/20 08:57:53 1.9 +++ pkgsrc/net/ywho/Makefile 2010/02/11 23:25:51 1.10 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2007/09/20 08:57:53 rillig Exp $ +# $NetBSD: Makefile,v 1.10 2010/02/11 23:25:51 joerg Exp $ # DISTNAME= ywho-1.3 @@ -8,9 +8,13 @@ MASTER_SITES= ftp://ftp.gw.com/pub/peop MAINTAINER= kim@tac.nyc.ny.us COMMENT= Who, users, uptime on clients in a sun-RPC network +PKG_DESTDIR_SUPPORT= user-destdir + NO_CONFIGURE= yes -MAKE_FLAGS+= DEST=${PREFIX} +MAKE_FLAGS+= DEST=${DESTDIR}${PREFIX} BUILD_TARGET= all + INSTALL_TARGET= install install.man +INSTALLATION_DIRS+= bin ${PKGMANDIR}/man1 .include "../../mk/bsd.pkg.mk"