diff options
Diffstat (limited to 'palm/pilot-link/Makefile')
-rw-r--r-- | palm/pilot-link/Makefile | 4 |
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> |