aboutsummaryrefslogtreecommitdiffstats
path: root/print
diff options
context:
space:
mode:
authoredwin <edwin@FreeBSD.org>2005-12-05 10:34:07 +0800
committeredwin <edwin@FreeBSD.org>2005-12-05 10:34:07 +0800
commitd6277e1b90a3dd0618c3110ef941b9ddce9b4439 (patch)
tree1d3b9028224fc788065e7ca3151675be1b688547 /print
parent08a2fa82cd4f6588449b81c8534c42aba7fe2e0d (diff)
downloadfreebsd-ports-gnome-d6277e1b90a3dd0618c3110ef941b9ddce9b4439.tar.gz
freebsd-ports-gnome-d6277e1b90a3dd0618c3110ef941b9ddce9b4439.tar.zst
freebsd-ports-gnome-d6277e1b90a3dd0618c3110ef941b9ddce9b4439.zip
Remove install-info from Makefile, it's automatically done when INFO is defined
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>