svn commit: r348398 - head/devel/hp48cc
Alexey Dokuchaev
danfe at FreeBSD.org
Sun Mar 16 10:08:16 UTC 2014
Author: danfe
Date: Sun Mar 16 10:08:16 2014
New Revision: 348398
URL: http://svnweb.freebsd.org/changeset/ports/348398
QAT: https://qat.redports.org/buildarchive/r348398/
Log:
Remove extra instance of OPTIONS_DEFINE; contract MASTER_SITES while here.
Modified:
head/devel/hp48cc/Makefile
Modified: head/devel/hp48cc/Makefile
==============================================================================
--- head/devel/hp48cc/Makefile Sun Mar 16 09:36:28 2014 (r348397)
+++ head/devel/hp48cc/Makefile Sun Mar 16 10:08:16 2014 (r348398)
@@ -5,16 +5,14 @@ PORTNAME= hp48cc
PORTVERSION= 1.3
PORTREVISION= 2
CATEGORIES= devel lang
-MASTER_SITES= ${MASTER_SITE_SUNSITE} http://www.sigala.it/sandro/files/
-MASTER_SITE_SUBDIR= devel/lang/c
+MASTER_SITES= SUNSITE/devel/lang/c \
+ http://www.sigala.it/sandro/files/
MAINTAINER= danfe at FreeBSD.org
COMMENT= C-like compiler that translates input code to the HP48 RPL language
LICENSE= GPLv2
-OPTIONS_DEFINE= EXAMPLES
-
USES= bison
GNU_CONFIGURE= yes
MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS}"
More information about the svn-ports-all
mailing list