aboutsummaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2005-12-05 02:34:07 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2005-12-05 02:34:07 +0000
commitfd3176ded725ad9bbf20f819c7c7b9c2ddd8fbf6 (patch)
treee71361bd9b444ba7023f9cd67d84c57b9e62eead /print
parentc92cd658645286c7b4483aad14dfa79eba6526cf (diff)
downloadports-fd3176ded725ad9bbf20f819c7c7b9c2ddd8fbf6.tar.gz
ports-fd3176ded725ad9bbf20f819c7c7b9c2ddd8fbf6.zip
Notes
Diffstat (limited to 'print')
-rw-r--r--print/a2ps-letter/Makefile3
-rw-r--r--print/hp2xx/Makefile5
2 files changed, 0 insertions, 8 deletions
diff --git a/print/a2ps-letter/Makefile b/print/a2ps-letter/Makefile
index b66b17cb7667..52ca04decbcf 100644
--- a/print/a2ps-letter/Makefile
+++ b/print/a2ps-letter/Makefile
@@ -58,9 +58,6 @@ PLIST_SUB+= WITHEMACS="@comment "
post-install:
${STRIP_CMD} ${PREFIX}/bin/a2ps
(cd ${WRKSRC}/doc; ${MAKE} install)
- install-info ${PREFIX}/info/a2ps.info ${PREFIX}/info/dir
- install-info ${PREFIX}/info/ogonkify.info ${PREFIX}/info/dir
- install-info ${PREFIX}/info/regex.info ${PREFIX}/info/dir
${RM} -f ${PREFIX}/lib/liba2ps.la
.include <bsd.port.mk>
diff --git a/print/hp2xx/Makefile b/print/hp2xx/Makefile
index 0770db72f2f9..9c880002bf01 100644
--- a/print/hp2xx/Makefile
+++ b/print/hp2xx/Makefile
@@ -39,9 +39,4 @@ LDFLAGS+= -L${X11BASE}/lib -lX11
PREVIEWER= to_x11
.endif
-post-install:
-.for info in hp2xx.info
- install-info ${PREFIX}/info/${info} ${PREFIX}/info/dir
-.endfor
-
.include <bsd.port.mk>