svn commit: r371334 - head/devel/libs11n

Antoine Brodin antoine at FreeBSD.org
Tue Oct 21 19:30:52 UTC 2014


Author: antoine
Date: Tue Oct 21 19:30:51 2014
New Revision: 371334
URL: https://svnweb.freebsd.org/changeset/ports/371334
QAT: https://qat.redports.org/buildarchive/r371334/

Log:
  Fix packaging

Modified:
  head/devel/libs11n/Makefile

Modified: head/devel/libs11n/Makefile
==============================================================================
--- head/devel/libs11n/Makefile	Tue Oct 21 19:25:19 2014	(r371333)
+++ head/devel/libs11n/Makefile	Tue Oct 21 19:30:51 2014	(r371334)
@@ -17,6 +17,8 @@ USE_LDCONFIG=	yes
 
 .if defined(NO_PROFILE)
 PLIST_SUB+=	PROFILE="@comment "
+.else
+PLIST_SUB+=	PROFILE=""
 .endif
 
 post-extract:


More information about the svn-ports-all mailing list