diff options
Diffstat (limited to 'comms/jpilot/Makefile')
-rw-r--r-- | comms/jpilot/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/comms/jpilot/Makefile b/comms/jpilot/Makefile index d809849f830..d0c3db83305 100644 --- a/comms/jpilot/Makefile +++ b/comms/jpilot/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2000/06/15 09:14:23 rh Exp $ +# $NetBSD: Makefile,v 1.2 2000/06/15 21:14:06 rh Exp $ # DISTNAME= jpilot-0.98.1 @@ -19,4 +19,7 @@ LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig CONFIGURE_ARGS+= --with-gtk-prefix=${X11BASE} CONFIGURE_ARGS+= --with-pilot-prefix=${LOCALBASE} +post-install: + ${INSTALL_DATA_DIR} ${PREFIX}/lib/jpilot/plugins + .include "../../mk/bsd.pkg.mk" |