diff options
author | vs <vs@FreeBSD.org> | 2005-03-21 16:16:25 +0800 |
---|---|---|
committer | vs <vs@FreeBSD.org> | 2005-03-21 16:16:25 +0800 |
commit | 9960caf730669cc3134c4dec23b55eb6cca98651 (patch) | |
tree | 74cf526c6a6ab0adef0b1666ff0ce89b9b7bdc57 /ftp/jftp/Makefile | |
parent | ef5c378db21ef8120560d28b7cc7ab7a2a660dea (diff) | |
download | freebsd-ports-gnome-9960caf730669cc3134c4dec23b55eb6cca98651.tar.gz freebsd-ports-gnome-9960caf730669cc3134c4dec23b55eb6cca98651.tar.zst freebsd-ports-gnome-9960caf730669cc3134c4dec23b55eb6cca98651.zip |
- Prune more minimal plists
- jmirror: install sample-conf to EXAMPLESDIR
Diffstat (limited to 'ftp/jftp/Makefile')
-rw-r--r-- | ftp/jftp/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ftp/jftp/Makefile b/ftp/jftp/Makefile index 0c128ea4b513..bda0227c7214 100644 --- a/ftp/jftp/Makefile +++ b/ftp/jftp/Makefile @@ -24,6 +24,8 @@ JAVA_VERSION= 1.3+ NO_BUILD= yes SUB_FILES= jftp.sh DATADIR= ${JAVASHAREDIR}/${PORTNAME} +PLIST_FILES= bin/jftp %%DATADIR%%/jftp.jar +PLIST_DIRS= %%DATADIR%% do-install: ${INSTALL_SCRIPT} ${WRKDIR}/jftp.sh ${PREFIX}/bin/jftp |