diff options
author | ache <ache@FreeBSD.org> | 2007-08-04 11:00:27 +0800 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 2007-08-04 11:00:27 +0800 |
commit | 0f68877351f8bb133998f363ddbc816fa3931ea7 (patch) | |
tree | 288ed0b89c033284deed76c249db1ad39721b9b8 /archivers/zip | |
parent | e1426dbca10bbe95514825a602398daa1c855d65 (diff) | |
download | freebsd-ports-graphics-0f68877351f8bb133998f363ddbc816fa3931ea7.tar.gz freebsd-ports-graphics-0f68877351f8bb133998f363ddbc816fa3931ea7.tar.zst freebsd-ports-graphics-0f68877351f8bb133998f363ddbc816fa3931ea7.zip |
Move PLIST to Makefile
PR: 115161
Submitted by: David Yeske <dyeske@gmail.com>
Diffstat (limited to 'archivers/zip')
-rw-r--r-- | archivers/zip/Makefile | 6 | ||||
-rw-r--r-- | archivers/zip/pkg-plist | 4 |
2 files changed, 6 insertions, 4 deletions
diff --git a/archivers/zip/Makefile b/archivers/zip/Makefile index 4c462957453..8716674ab43 100644 --- a/archivers/zip/Makefile +++ b/archivers/zip/Makefile @@ -20,6 +20,12 @@ MAKEFILE= unix/Makefile ALL_TARGET= generic MAN1= zip.1 +PLIST_FILES= \ + bin/zip \ + bin/zipcloak \ + bin/zipnote \ + bin/zipsplit + do-install: .for file in zip zipcloak zipnote zipsplit ${INSTALL_PROGRAM} ${WRKSRC}/${file} ${PREFIX}/bin diff --git a/archivers/zip/pkg-plist b/archivers/zip/pkg-plist deleted file mode 100644 index 104333e1b1e..00000000000 --- a/archivers/zip/pkg-plist +++ /dev/null @@ -1,4 +0,0 @@ -bin/zip -bin/zipcloak -bin/zipnote -bin/zipsplit |