svn commit: r392533 - head/archivers/unmakeself

Baptiste Daroussin bapt at FreeBSD.org
Sun Jul 19 19:53:32 UTC 2015


Author: bapt
Date: Sun Jul 19 19:53:31 2015
New Revision: 392533
URL: https://svnweb.freebsd.org/changeset/ports/392533

Log:
  Convert to USES=libarchive, reduce over linking

Modified:
  head/archivers/unmakeself/Makefile

Modified: head/archivers/unmakeself/Makefile
==============================================================================
--- head/archivers/unmakeself/Makefile	Sun Jul 19 19:51:12 2015	(r392532)
+++ head/archivers/unmakeself/Makefile	Sun Jul 19 19:53:31 2015	(r392533)
@@ -3,13 +3,15 @@
 
 PORTNAME=	unmakeself
 PORTVERSION=	1.1
+PORTREVISION=	1
 CATEGORIES=	archivers
 DISTFILES=
 
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Extract Makeself archives
 
-LDFLAGS+=	-larchive -lbz2 -lz -lcrypto -lmd
+USES=		libarchive
+LDFLAGS+=	-larchive
 NO_WRKSUBDIR=	yes
 
 PLIST_FILES=	bin/unmakeself


More information about the svn-ports-all mailing list