1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-21 00:25:50 +00:00

Provide our own distfile mirror that is fetchable through http:// and ftp://.

Move pkg-plist into Makefile's PLIST_FILES.
This commit is contained in:
Matthias Andree 2014-01-18 00:03:56 +00:00
parent f526d2d212
commit de671468c9
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=340138
2 changed files with 5 additions and 7 deletions

View File

@ -4,7 +4,8 @@
PORTNAME= minizip
PORTVERSION= 1.2.8
CATEGORIES= archivers
MASTER_SITES= https://github.com/madler/zlib/archive/
MASTER_SITES= https://github.com/madler/zlib/archive/ \
LOCAL/mandree/${PORTNAME}
DISTNAME= v${PORTVERSION}
DIST_SUBDIR= ${PORTNAME}
@ -13,10 +14,11 @@ COMMENT= Minizip and miniunz programs from Zlib contributions
LICENSE= ZLIB
WRKSRC= ${WRKDIR}/zlib-${PORTVERSION}/contrib/minizip
PLIST_FILES= bin/minizip bin/miniunz \
man/man1/miniunzip.1.gz man/man1/minizip.1.gz
MAKE_ARGS= CFLAGS="${CPPFLAGS} ${CFLAGS} -include sys/stat.h -include stdint.h"
USE_ZIP= yes
WRKSRC= ${WRKDIR}/zlib-${PORTVERSION}/contrib/minizip
.include <bsd.port.pre.mk>

View File

@ -1,4 +0,0 @@
bin/minizip
bin/miniunz
man/man1/miniunzip.1.gz
man/man1/minizip.1.gz