diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-08-30 01:02:57 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-08-30 01:02:57 +0000 |
commit | ecfa41e79d43b6e6c59cfc7ea8de3bbf6643dda3 (patch) | |
tree | ee68401b2ee3dafe958408cec9cdc338aab8b747 /archivers/pigz | |
parent | 55ab98ad28758a878cd5cc3bcceaf8d2ec7fa8ab (diff) | |
download | ports-ecfa41e79d43b6e6c59cfc7ea8de3bbf6643dda3.tar.gz ports-ecfa41e79d43b6e6c59cfc7ea8de3bbf6643dda3.zip |
Convert archivers from USE_GMAKE to USES=gmake
While here:
- Trim headers
- Convert some port to the new perl world
- Convert some port from USE_GNOME=pkgconfig to USES=pkgconfig
Notes
Notes:
svn path=/head/; revision=325646
Diffstat (limited to 'archivers/pigz')
-rw-r--r-- | archivers/pigz/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/archivers/pigz/Makefile b/archivers/pigz/Makefile index 8219c2efd0ef..021fe9deb270 100644 --- a/archivers/pigz/Makefile +++ b/archivers/pigz/Makefile @@ -10,7 +10,7 @@ MASTER_SITES= http://www.zlib.net/pigz/ \ MAINTAINER= gslin@gslin.org COMMENT= Parallel GZIP -USE_GMAKE= yes +USES= gmake .if !defined(NO_INSTALL_MANPAGES) MAN1= pigz.1 |