summaryrefslogtreecommitdiff
path: root/print/hp2xx
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/hp2xx
parentRemove install-info from Makefile, it's automatically done when INFO is defined (diff)
Remove install-info from Makefile, it's automatically done when INFO is defined
Notes
Notes: svn path=/head/; revision=150432
Diffstat (limited to 'print/hp2xx')
-rw-r--r--print/hp2xx/Makefile5
1 files changed, 0 insertions, 5 deletions
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>