diff options
author | rh <rh> | 2000-06-15 21:14:06 +0000 |
---|---|---|
committer | rh <rh> | 2000-06-15 21:14:06 +0000 |
commit | 0fd4c15787489433e7e412dc492b90285b2f9f8f (patch) | |
tree | a3d481f27912c8dccf38f88c535fe4fce3e29bc4 /comms/jpilot/Makefile | |
parent | 5dd84d3191b6902f3e80edf41ee0b0675e044fb1 (diff) | |
download | pkgsrc-0fd4c15787489433e7e412dc492b90285b2f9f8f.tar.gz |
Fix plugin handling.
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" |