summaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
authordillo <dillo>2007-03-22 08:19:01 +0000
committerdillo <dillo>2007-03-22 08:19:01 +0000
commitda337809468d36c023f1301d93921b323e54a5ee (patch)
treeb73afea7db00598e5f79ea8604d20c4bb5b98b1b /print
parent46f0e550035a92f8bbc8c70f10390eb49e1e8ee7 (diff)
downloadpkgsrc-da337809468d36c023f1301d93921b323e54a5ee.tar.gz
Don't try to install non-existent files -- they were already removed
from the PLIST.
Diffstat (limited to 'print')
-rw-r--r--print/cups/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/print/cups/Makefile b/print/cups/Makefile
index 005817f1d7d..fae922269e6 100644
--- a/print/cups/Makefile
+++ b/print/cups/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.118 2007/03/19 14:46:35 joerg Exp $
+# $NetBSD: Makefile,v 1.119 2007/03/22 08:19:01 dillo Exp $
#
# The CUPS author is very good about taking back changes into the main
# CUPS distribution. The correct place to send patches or bug-fixes is:
@@ -141,7 +141,7 @@ post-extract:
post-install:
${INSTALL_DATA_DIR} ${DOCDIR}
- for file in CGI.txt ENCRYPTION.txt LICENSE.txt README.txt; do \
+ for file in LICENSE.txt README.txt; do \
${INSTALL_DATA} ${WRKSRC}/$${file} ${DOCDIR}/$${file}; \
done
${INSTALL_DATA_DIR} ${EGDIR}