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/chat/ircII/Makefile,v rcsdiff: /ftp/cvs/cvsroot/pkgsrc/chat/ircII/Makefile,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.63 retrieving revision 1.64 diff -u -p -r1.63 -r1.64 --- pkgsrc/chat/ircII/Makefile 2014/03/12 07:22:34 1.63 +++ pkgsrc/chat/ircII/Makefile 2014/08/25 06:22:18 1.64 @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.63 2014/03/12 07:22:34 mrg Exp $ +# $NetBSD: Makefile,v 1.64 2014/08/25 06:22:18 mrg Exp $ DISTNAME= ircii-${VERS} PKGNAME= ircII-${VERS} -PKGREVISION= 1 CATEGORIES= chat MASTER_SITES= http://ircii.warped.com/ EXTRACT_SUFX= .tar.bz2 @@ -16,11 +15,19 @@ CONFLICTS= blackened-[0-9]* PKG_INSTALLATION_TYPES= overwrite pkgviews -VERS= 20131230 +VERS= 20140824 PLIST_SUBST+= VERS=${VERS:Q} .include "../../mk/bsd.prefs.mk" +# By default, mandir defaults to @datarootdir@/man, and then it gets +# ${DESTDIR} applied already. However, if you pass --mandir it does +# not provide it, and you have to supply it directly as well. To do +# this in pkgsrc, we have to set CONFIGURE_HAS_MANDIR=no so that +# we don't pass --mandir=${PREFIX}/man as well, last. +CONFIGURE_HAS_MANDIR= no +CONFIGURE_ARGS+= --mandir=${DESTDIR}${PREFIX}/man + WRKSRC= ${WRKDIR}/ircii-${VERS} GNU_CONFIGURE= yes .if defined(DEFAULT_IRC_SERVER)