svn commit: r333172 - head/devel/smake
Eitan Adler
eadler at FreeBSD.org
Fri Nov 8 01:21:22 UTC 2013
Author: eadler
Date: Fri Nov 8 01:21:21 2013
New Revision: 333172
URL: http://svnweb.freebsd.org/changeset/ports/333172
Log:
- I don't have time to look into a fix for this port.
Modified:
head/devel/smake/Makefile
Modified: head/devel/smake/Makefile
==============================================================================
--- head/devel/smake/Makefile Fri Nov 8 01:19:12 2013 (r333171)
+++ head/devel/smake/Makefile Fri Nov 8 01:21:21 2013 (r333172)
@@ -7,7 +7,7 @@ CATEGORIES= devel
MASTER_SITES= ftp://ftp.berlios.de/pub/smake/
DISTNAME= ${PORTNAME}-${PORTVERSION:S/.a./a/}
-MAINTAINER= eadler at FreeBSD.org
+MAINTAINER= ports at FreeBSD.org
COMMENT= Portable make program with automake features
LICENSE= CDDL GPLv2
@@ -24,6 +24,6 @@ MAKE_ARGS= INS_BASE=${PREFIX} DEFMANBASE
RULEUSED= "`${WRKSRC}/conf/oarch.sh`"
PLIST_SUB= RULESUSED="${RULEUSED}"
-BROKEN_i386= fails to find correct configuration file
+BROKEN= fails to find correct configuration file
.include <bsd.port.mk>
More information about the svn-ports-head
mailing list