summaryrefslogtreecommitdiff
path: root/palm/pilot-link/Makefile
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2000-06-15 17:59:45 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2000-06-15 17:59:45 +0000
commit835d6b8655813f2580f5db9fcbec03a34833ec92 (patch)
tree1dad4fa822830f51205ce8becf3ef756537f4a2b /palm/pilot-link/Makefile
parentSecond round of INSTALL_SHLIBS=yes fixes. (diff)
Third round of INSTALL_SHLIBS=yes fixes.
Notes
Notes: svn path=/head/; revision=29615
Diffstat (limited to 'palm/pilot-link/Makefile')
-rw-r--r--palm/pilot-link/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/palm/pilot-link/Makefile b/palm/pilot-link/Makefile
index c98f6e1a07f1..31c4bcfd1690 100644
--- a/palm/pilot-link/Makefile
+++ b/palm/pilot-link/Makefile
@@ -17,6 +17,7 @@ MAINTAINER= dima@freebsd.org
LIB_DEPENDS= tk82.1:${PORTSDIR}/x11-toolkits/tk82
USE_LIBTOOL= yes
+INSTALL_SHLIBS= yes
USE_PERL5= yes
PREFIX= ${LOCALBASE}/pilot
GNU_CONFIGURE= yes
@@ -27,7 +28,4 @@ MAN1= dlpsh.1 ietf2datebook.1 install-datebook.1 \
pilot-xfer.1 read-ical.1
MAN7= pilot-link.7
-post-install:
- ${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib
-
.include <bsd.port.mk>