svn commit: r315955 - head/security/idea

Emanuel Haupt ehaupt at FreeBSD.org
Wed Apr 17 09:34:06 UTC 2013


Author: ehaupt
Date: Wed Apr 17 09:34:05 2013
New Revision: 315955
URL: http://svnweb.freebsd.org/changeset/ports/315955

Log:
  Now that the idea patents are expired remove the MAKE_IDEA check and also
  remove pkg-message which contained licensing information.
  
  Feature safe:	yes

Deleted:
  head/security/idea/pkg-message
Modified:
  head/security/idea/Makefile

Modified: head/security/idea/Makefile
==============================================================================
--- head/security/idea/Makefile	Wed Apr 17 09:28:35 2013	(r315954)
+++ head/security/idea/Makefile	Wed Apr 17 09:34:05 2013	(r315955)
@@ -20,16 +20,13 @@ WRKSRC=		${WRKDIR}/${PORTNAME}
 MANL=		idea.l
 MANCOMPRESSED=	no
 
-.if !defined(MAKE_IDEA) || ${MAKE_IDEA} == "no" || ${MAKE_IDEA} == "NO"
-IGNORE=		you chose not to use idea related code
-.endif
-
 OPTIONS_DEFINE=	DOCS
 
 .include <bsd.port.options.mk>
 
 do-build:
-	${CC} ${WRKSRC}/idea.c ${WRKSRC}/idea_cmd.c ${CFLAGS} -o ${WRKSRC}/${PORTNAME}
+	${CC} ${WRKSRC}/idea.c ${WRKSRC}/idea_cmd.c ${CFLAGS} \
+		-o ${WRKSRC}/${PORTNAME}
 
 do-install:
 	${INSTALL_MAN} ${WRKSRC}/manl/idea.l ${PREFIX}/man/manl
@@ -42,7 +39,4 @@ do-install:
 	${INSTALL_DATA} ${WRKSRC}/byte_ord.ps ${WRKSRC}/idea_cmd.txt ${DOCSDIR}
 .endif
 
-post-install:
-	@${CAT} ${PKGMESSAGE}
-
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list