aboutsummaryrefslogtreecommitdiffstats
path: root/archivers
diff options
context:
space:
mode:
authortrevor <trevor@FreeBSD.org>2004-03-21 06:46:02 +0800
committertrevor <trevor@FreeBSD.org>2004-03-21 06:46:02 +0800
commit52f53e2c17668136d26d3b1bb02e725b74511a72 (patch)
tree58f629209af69a7732699ce39f5a2f46120b9902 /archivers
parent98e3100a0ba98a42f8f3bac7a339454796565448 (diff)
downloadfreebsd-ports-gnome-52f53e2c17668136d26d3b1bb02e725b74511a72.tar.gz
freebsd-ports-gnome-52f53e2c17668136d26d3b1bb02e725b74511a72.tar.zst
freebsd-ports-gnome-52f53e2c17668136d26d3b1bb02e725b74511a72.zip
Running install-info in post-install is redundant, since it is done
in the add-plist-info target of bsd.port.mk.
Diffstat (limited to 'archivers')
-rw-r--r--archivers/sharutils/Makefile5
1 files changed, 0 insertions, 5 deletions
diff --git a/archivers/sharutils/Makefile b/archivers/sharutils/Makefile
index 9e695d87f3c3..deece24a97ed 100644
--- a/archivers/sharutils/Makefile
+++ b/archivers/sharutils/Makefile
@@ -21,9 +21,4 @@ INSTALL_TARGET= install install-man
MAN1= gshar.1 gunshar.1
INFO= remsync sharutils
-post-install:
-.for info in remsync.info sharutils.info
- install-info ${PREFIX}/info/${info} ${PREFIX}/info/dir
-.endfor
-
.include <bsd.port.mk>