summaryrefslogtreecommitdiff
path: root/print/cups
diff options
context:
space:
mode:
authordillo <dillo@pkgsrc.org>2007-03-22 08:19:01 +0000
committerdillo <dillo@pkgsrc.org>2007-03-22 08:19:01 +0000
commit0ec77f2269afb75009be9f71be709a372bae7d93 (patch)
treeb73afea7db00598e5f79ea8604d20c4bb5b98b1b /print/cups
parent160711b568f29b2c049ff5355651dcf8ba28440c (diff)
downloadpkgsrc-0ec77f2269afb75009be9f71be709a372bae7d93.tar.gz
Don't try to install non-existent files -- they were already removed
from the PLIST.
Diffstat (limited to 'print/cups')
-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}