diff options
author | edwin <edwin@FreeBSD.org> | 2005-12-05 08:53:19 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2005-12-05 08:53:19 +0800 |
commit | 08a2fa82cd4f6588449b81c8534c42aba7fe2e0d (patch) | |
tree | ef66ee81930a9594726a6676978b4162577ac2ca /palm/coldsync | |
parent | 19feb22e85f40be1352d2a7ce122f6f28b4d40fc (diff) | |
download | freebsd-ports-gnome-08a2fa82cd4f6588449b81c8534c42aba7fe2e0d.tar.gz freebsd-ports-gnome-08a2fa82cd4f6588449b81c8534c42aba7fe2e0d.tar.zst freebsd-ports-gnome-08a2fa82cd4f6588449b81c8534c42aba7fe2e0d.zip |
Remove install-info from Makefile, it's automatically done when INFO is defined
Diffstat (limited to 'palm/coldsync')
-rw-r--r-- | palm/coldsync/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/palm/coldsync/Makefile b/palm/coldsync/Makefile index 326259acfc39..bb5e848c7aba 100644 --- a/palm/coldsync/Makefile +++ b/palm/coldsync/Makefile @@ -66,7 +66,6 @@ post-patch: .endif post-install: - install-info ${PREFIX}/info/conduits.info ${PREFIX}/info/dir ${MKDIR} ${PREFIX}/include/pconn ${INSTALL_DATA} ${WRKSRC}/include/*.h ${PREFIX}/include/ ${INSTALL_DATA} ${WRKSRC}/include/pconn/*.h ${PREFIX}/include/pconn/ |