diff options
author | edwin <edwin@FreeBSD.org> | 2005-12-05 10:34:07 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2005-12-05 10:34:07 +0800 |
commit | d6277e1b90a3dd0618c3110ef941b9ddce9b4439 (patch) | |
tree | 1d3b9028224fc788065e7ca3151675be1b688547 /print/hp2xx | |
parent | 08a2fa82cd4f6588449b81c8534c42aba7fe2e0d (diff) | |
download | freebsd-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/hp2xx')
-rw-r--r-- | print/hp2xx/Makefile | 5 |
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> |