diff options
Diffstat (limited to 'print/cups/Makefile')
-rw-r--r-- | print/cups/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/print/cups/Makefile b/print/cups/Makefile index 722bd352ff5..ee67691a969 100644 --- a/print/cups/Makefile +++ b/print/cups/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.30 2001/05/26 16:32:37 jlam Exp $ +# $NetBSD: Makefile,v 1.31 2001/06/10 00:08:47 jlam Exp $ DISTNAME= cups-${VERS}-source PKGNAME= cups-${VERS} @@ -81,8 +81,6 @@ EGDIR= ${PREFIX}/share/examples/cups post-extract: cd ${WRKSRC}/conf; ${MV} -f cupsd.conf cupsd.conf.in -pre-configure: ${BUILDLINK_TARGETS} - post-build: ${SED} -e "s|@CUPS_USER@|${CUPS_USER}|g" \ -e "s|@CUPS_GROUP@|${CUPS_GROUP}|g" \ |