diff options
author | sada <sada@FreeBSD.org> | 2002-05-07 00:40:59 +0800 |
---|---|---|
committer | sada <sada@FreeBSD.org> | 2002-05-07 00:40:59 +0800 |
commit | b4ef275758011c24a7dd5b1f4cde869f764e5bad (patch) | |
tree | c276ff3db687809e6777bbe98d2e812cb50a036e /palm/jpilot | |
parent | e64b95b6b7fc3143bf9c05d8d50fb7adbe79985a (diff) | |
download | freebsd-ports-gnome-b4ef275758011c24a7dd5b1f4cde869f764e5bad.tar.gz freebsd-ports-gnome-b4ef275758011c24a7dd5b1f4cde869f764e5bad.tar.zst freebsd-ports-gnome-b4ef275758011c24a7dd5b1f4cde869f764e5bad.zip |
Do PREFIX clean.
PR: ports/37695
Submitted by: maintainer
Diffstat (limited to 'palm/jpilot')
-rw-r--r-- | palm/jpilot/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/palm/jpilot/Makefile b/palm/jpilot/Makefile index 59f6bd600c00..dc69cfe3dfe3 100644 --- a/palm/jpilot/Makefile +++ b/palm/jpilot/Makefile @@ -21,6 +21,7 @@ USE_GTK= yes USE_LIBTOOL= yes INSTALLS_SHLIB= yes LDCONFIG_DIRS= %%PREFIX%%/lib/jpilot/plugins +CONFIGURE_ARGS+= --with-pilot-prefix=${PREFIX} MAN1= jpilot-sync.1 jpilot-upgrade-99.1 jpilot.1 |