summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1998-09-19 18:18:04 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1998-09-19 18:18:04 +0000
commitf22478d70ffe05851beb288ba8372737bd4d6d90 (patch)
tree7a86c761d7bd5ab05b8908669b7123ac4c710603 /gnu
parent916596d4e97c0095f1bbf0a307d876c4b845598b (diff)
xsubpp.cat1 ended up in two places in DESTDIR
Diffstat (limited to 'gnu')
-rw-r--r--gnu/usr.bin/perl/Makefile.bsd-wrapper6
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/usr.bin/perl/Makefile.bsd-wrapper b/gnu/usr.bin/perl/Makefile.bsd-wrapper
index 2c4fe2a5d10..f5f0eb0d525 100644
--- a/gnu/usr.bin/perl/Makefile.bsd-wrapper
+++ b/gnu/usr.bin/perl/Makefile.bsd-wrapper
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile.bsd-wrapper,v 1.20 1998/08/04 20:47:22 millert Exp $
+# $OpenBSD: Makefile.bsd-wrapper,v 1.21 1998/09/19 18:18:03 deraadt Exp $
#
# Build wrapper for Perl 5.003.
#
@@ -71,7 +71,7 @@ MANALL= ${POD:S/.pod$/.cat1/g:S/.pm$/.cat3p/g} \
utils/c2ph.cat1 utils/h2ph.cat1 utils/h2xs.cat1 \
utils/perldoc.cat1 utils/perlbug.cat1 utils/pl2pm.cat1 \
utils/splain.cat1 x2p/s2p.cat1 pod/pod2man.cat1 \
- pod/pod2html.cat1 utils/pstruct.cat1 lib/ExtUtils/xsubpp.cat1
+ pod/pod2html.cat1 utils/pstruct.cat1 xsubpp.cat1
.else
MANALL=
.endif
@@ -182,7 +182,7 @@ utils/pstruct.cat1: utils/pstruct
@echo "./perl -I./lib ./pod/pod2man --section=1 --official ${.ALLSRC} | ${NROFF} -man > ${.TARGET}"
./perl -I$./lib ./pod/pod2man --section=1 --official ${.ALLSRC} | ${NROFF} -man > ${.TARGET} || (rm -f ${.TARGET}; false)
-lib/ExtUtils/xsubpp.cat1: lib/ExtUtils/xsubpp
+xsubpp.cat1: lib/ExtUtils/xsubpp
@echo "./perl -I./lib ./pod/pod2man --section=1 --official ${.ALLSRC} | ${NROFF} -man > ${.TARGET}"
./perl -I$./lib ./pod/pod2man --section=1 --official ${.ALLSRC} | ${NROFF} -man > ${.TARGET} || (rm -f ${.TARGET}; false)