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/ftptool | |
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/ftptool')
-rw-r--r-- | ftp/ftptool/Makefile | 2 | ||||
-rw-r--r-- | ftp/ftptool/pkg-plist | 3 |
2 files changed, 2 insertions, 3 deletions
diff --git a/ftp/ftptool/Makefile b/ftp/ftptool/Makefile index 990531ea22ca..4f9ab3cd8a18 100644 --- a/ftp/ftptool/Makefile +++ b/ftp/ftptool/Makefile @@ -23,6 +23,8 @@ USE_IMAKE= yes WRKSRC= ${WRKDIR}/Ftptool4.6 MAN1= ftptool.1 +PLIST_FILES= bin/ftptool lib/help/ftptool.info +PLIST_DIRS= lib/X11/ftptool # Because lex.l is broken, lex.c is taken from old FreeBSD 1.1 port diff --git a/ftp/ftptool/pkg-plist b/ftp/ftptool/pkg-plist deleted file mode 100644 index 6fba0b1d36c8..000000000000 --- a/ftp/ftptool/pkg-plist +++ /dev/null @@ -1,3 +0,0 @@ -bin/ftptool -lib/help/ftptool.info -@dirrm lib/X11/ftptool |