diff options
author | Erwin Lansing <erwin@FreeBSD.org> | 2005-07-19 08:28:05 +0000 |
---|---|---|
committer | Erwin Lansing <erwin@FreeBSD.org> | 2005-07-19 08:28:05 +0000 |
commit | ac4f03fc7184b5624f3077cb2af4b3e66bf584a7 (patch) | |
tree | 3974bc7d0c251c56b1bc563a4795d199c6447108 /misc | |
parent | 675507535ee6ffade695abb73cb656ff5320624a (diff) | |
download | ports-ac4f03fc7184b5624f3077cb2af4b3e66bf584a7.tar.gz ports-ac4f03fc7184b5624f3077cb2af4b3e66bf584a7.zip |
Notes
Diffstat (limited to 'misc')
-rw-r--r-- | misc/xtar/Makefile | 2 | ||||
-rw-r--r-- | misc/xtar/pkg-descr | 8 | ||||
-rw-r--r-- | misc/xtar/pkg-plist | 4 |
3 files changed, 6 insertions, 8 deletions
diff --git a/misc/xtar/Makefile b/misc/xtar/Makefile index b68d913cac24..2dd5f8a2404c 100644 --- a/misc/xtar/Makefile +++ b/misc/xtar/Makefile @@ -18,5 +18,7 @@ USE_MOTIF= yes USE_IMAKE= yes MAKE_ARGS= XMLIB="${MOTIFLIB}" MAN1= xtar.1 +PLIST_FILES= bin/xtar lib/X11/xtar/xtar.doc lib/X11/app-defaults/XTar +PLIST_DIRS= lib/X11/xtar .include <bsd.port.mk> diff --git a/misc/xtar/pkg-descr b/misc/xtar/pkg-descr index eddf8beb4758..e5108db361d0 100644 --- a/misc/xtar/pkg-descr +++ b/misc/xtar/pkg-descr @@ -1,4 +1,4 @@ - XTar is a Motif program for viewing and manipulating tar - archives (which may be compressed). The contents of the - archive are displayed in the main window and various - options are available from pulldown and popup menus. +XTar is a Motif program for viewing and manipulating tar +archives (which may be compressed). The contents of the +archive are displayed in the main window and various +options are available from pulldown and popup menus. diff --git a/misc/xtar/pkg-plist b/misc/xtar/pkg-plist deleted file mode 100644 index 3241e0fbfade..000000000000 --- a/misc/xtar/pkg-plist +++ /dev/null @@ -1,4 +0,0 @@ -bin/xtar -lib/X11/xtar/xtar.doc -lib/X11/app-defaults/XTar -@dirrm lib/X11/xtar |