diff options
author | obache <obache@pkgsrc.org> | 2008-01-21 13:52:17 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2008-01-21 13:52:17 +0000 |
commit | 730febdcfe9f374831e395bd56f51103206e572b (patch) | |
tree | d279d9acc3f2656920df0871d6bdc2df2bcfcbf4 /net/uucp | |
parent | b6a073f235666817d128eae4f78021e9765147c5 (diff) | |
download | pkgsrc-730febdcfe9f374831e395bd56f51103206e572b.tar.gz |
Need to replace variables in uucpd/pathnames.h
Noticed by Eric Schnoebelen in PR 37596.
Also uucpd/uucpd.8.
Bump PKGREVISION.
XXX: Should also replace hard-coded paths in etc/* files.
Diffstat (limited to 'net/uucp')
-rw-r--r-- | net/uucp/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/net/uucp/Makefile b/net/uucp/Makefile index 82f7d2f323c..bef548781ef 100644 --- a/net/uucp/Makefile +++ b/net/uucp/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.11 2007/08/24 13:56:27 jlam Exp $ +# $NetBSD: Makefile,v 1.12 2008/01/21 13:52:17 obache Exp $ DISTNAME= uucp-1.07 -PKGREVISION= 5 +PKGREVISION= 6 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_GNU:=uucp/} @@ -62,6 +62,7 @@ SUBST_CLASSES+= nbsd SUBST_STAGE.nbsd= post-configure SUBST_MESSAGE.nbsd= Fixing Makefiles for rmail and uucpd. SUBST_FILES.nbsd= rmail/Makefile uucpd/Makefile +SUBST_FILES.nbsd+= uucpd/pathnames.h uucpd/uucpd.8 SUBST_VARS.nbsd= PREFIX PKGMANDIR UUCPD_CPPFLAGS UUCPD_LIBS \ INSTALL_PROGRAM INSTALL_MAN |