diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-14 11:00:23 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-14 11:00:23 +0000 |
commit | 34c548ae0afd8b1f6b21d9851db05e755ac67213 (patch) | |
tree | e22177521f3946e8d1cc9f037af7f3cbcb98d241 /java | |
parent | 550567fcc4b5b767384317d33795b2a7423cdc88 (diff) | |
download | ports-34c548ae0afd8b1f6b21d9851db05e755ac67213.tar.gz ports-34c548ae0afd8b1f6b21d9851db05e755ac67213.zip |
USE_RC_SUBR=yes has not done anything for a long time, remove it from
the few remaining ports and make it give an error.
Sponsored by: Absolight
Notes
Notes:
svn path=/head/; revision=413252
Diffstat (limited to 'java')
-rw-r--r-- | java/avis/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/java/avis/Makefile b/java/avis/Makefile index 2c4cc10febf5..0924d530d57d 100644 --- a/java/avis/Makefile +++ b/java/avis/Makefile @@ -11,7 +11,6 @@ DISTNAME= ${PORTNAME}-src-${PORTVERSION} MAINTAINER= benjsc@FreeBSD.org COMMENT= Elvin Publish/Subscribe Message Bus server based on the Elvin protocol -USE_RC_SUBR= yes USES= zip USE_JAVA= yes JAVA_VERSION= 1.6+ |