diff options
author | alane <alane@FreeBSD.org> | 2002-10-18 09:44:20 +0000 |
---|---|---|
committer | alane <alane@FreeBSD.org> | 2002-10-18 09:44:20 +0000 |
commit | 87802353f50d179c84af500db04d9b130538717a (patch) | |
tree | 2aebed6589c75255f585497c8ce229b8dfa86dff /print/cups/Makefile.common | |
parent | 597cb88310c5c5f3d06f8f580203dd5fdf8f1262 (diff) | |
download | FreeBSD-ports-87802353f50d179c84af500db04d9b130538717a.zip FreeBSD-ports-87802353f50d179c84af500db04d9b130538717a.tar.gz |
It's still BORKED, IN PROGRESS, MEN WORKING, THIS TRAIN WILL BE OUT OF
SERVICE UNTIL DEC 3008. State backup.
Diffstat (limited to 'print/cups/Makefile.common')
-rw-r--r-- | print/cups/Makefile.common | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/print/cups/Makefile.common b/print/cups/Makefile.common index 8d25ac8..012ea50 100644 --- a/print/cups/Makefile.common +++ b/print/cups/Makefile.common @@ -61,15 +61,11 @@ CONFIGURE_ARGS+= \ --with-cups-user=${CUPS_USER} --with-cups-group=${CUPS_GROUP} \ --with-rcdir=${PREFIX}/etc/rc.d --without-pam -COMPONENT= ${PORTNAME} -MAKE_ARGS+= COMPONENT=${COMPONENT} - post-patch:: - ${RM} -f ${WRKSRC}/man/Makefile - ${CP} -f ${.CURDIR}/../../print/cups/man-Makefile \ + ${RM} -f ${WRKSRC}/man/Makefile ${WRKSRC}/man/Makefile.common + ${TOUCH} ${WRKSRC}/man/Makefile.common + ${CP} -f ${.CURDIR}/../../print/cups/Makefile.man \ ${WRKSRC}/man/Makefile - ${CP} -f ${FILESDIR}/manfiles.${COMPONENT} \ - ${WRKSRC}/man/manfiles.${COMPONENT} cd ${WRKSRC}; ${AUTOCONF} --force .endif # ${PORTNAME} != "cups" |