diff options
author | jlam <jlam@pkgsrc.org> | 2004-08-06 21:27:52 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2004-08-06 21:27:52 +0000 |
commit | fc2f366c22080b59e70fa783c40e5e75cb8e59ed (patch) | |
tree | f724da8379b4d4ae195094ca5d41ddcd0475265a /mail | |
parent | a448c47ada1a0acf879fc675311c36af0c3eb14b (diff) | |
download | pkgsrc-fc2f366c22080b59e70fa783c40e5e75cb8e59ed.tar.gz |
There is no "large" subst class.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/dspam/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/dspam/Makefile b/mail/dspam/Makefile index 02961a46387..0b146e9300a 100644 --- a/mail/dspam/Makefile +++ b/mail/dspam/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2004/08/06 21:24:13 jlam Exp $ +# $NetBSD: Makefile,v 1.5 2004/08/06 21:27:52 jlam Exp $ DISTNAME= dspam-3.0.0 PKGREVISION= 2 @@ -21,7 +21,7 @@ REPLACE_PERL= tools/dspam_genaliases.in \ PKGCONFIG_OVERRIDE+= dspam.pc.in -SUBST_CLASSES= cgi large +SUBST_CLASSES= cgi SUBST_STAGE.cgi= post-patch SUBST_FILES.cgi= cgi/dspam.cgi cgi/admin.cgi SUBST_SED.cgi= -e "s|/usr/local/bin/dspam|${PREFIX}/bin/dspam|g" \ |