diff options
author | Sergey A. Osokin <osa@FreeBSD.org> | 2004-07-27 06:39:39 +0000 |
---|---|---|
committer | Sergey A. Osokin <osa@FreeBSD.org> | 2004-07-27 06:39:39 +0000 |
commit | 838230bbb8d7830b08c8f3e92db8e1c9ca7a3047 (patch) | |
tree | 3513670d66153da010880ca0776310bff2d3f8fe /archivers/bzip | |
parent | Move package files from plist to Makefile, remove pkg-plist. (diff) |
Move package files from plist to Makefile, remove pkg-plist.
Notes
Notes:
svn path=/head/; revision=114847
Diffstat (limited to 'archivers/bzip')
-rw-r--r-- | archivers/bzip/Makefile | 2 | ||||
-rw-r--r-- | archivers/bzip/pkg-plist | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/archivers/bzip/Makefile b/archivers/bzip/Makefile index 025af68f6150..e0216bf884f2 100644 --- a/archivers/bzip/Makefile +++ b/archivers/bzip/Makefile @@ -16,6 +16,8 @@ COMMENT= A block-sorting file compressor NO_CDROM= "Restrictive copyright (don't sell for profit)" MAN1= bzip.1 bunzip.1 +PLIST_FILES= bin/bzip bin/bunzip + pre-install: @${CAT} ${FILESDIR}/COPYRIGHT diff --git a/archivers/bzip/pkg-plist b/archivers/bzip/pkg-plist deleted file mode 100644 index 7416751c3a7d..000000000000 --- a/archivers/bzip/pkg-plist +++ /dev/null @@ -1,2 +0,0 @@ -bin/bzip -bin/bunzip |