aboutsummaryrefslogtreecommitdiffstats
path: root/security
diff options
context:
space:
mode:
authorehaupt <ehaupt@FreeBSD.org>2013-04-17 17:34:05 +0800
committerehaupt <ehaupt@FreeBSD.org>2013-04-17 17:34:05 +0800
commit645b5b152fc8847d617028cf685da49328ef7e05 (patch)
treec34495641da57145a5d1df08aba2b85d22235a25 /security
parent3d68bd6a13949b1445f2881c40796358cbd21731 (diff)
downloadfreebsd-ports-gnome-645b5b152fc8847d617028cf685da49328ef7e05.tar.gz
freebsd-ports-gnome-645b5b152fc8847d617028cf685da49328ef7e05.tar.zst
freebsd-ports-gnome-645b5b152fc8847d617028cf685da49328ef7e05.zip
Now that the idea patents are expired remove the MAKE_IDEA check and also
remove pkg-message which contained licensing information. Feature safe: yes
Diffstat (limited to 'security')
-rw-r--r--security/idea/Makefile10
-rw-r--r--security/idea/pkg-message11
2 files changed, 2 insertions, 19 deletions
diff --git a/security/idea/Makefile b/security/idea/Makefile
index 2867a5eef7d2..117294c4c53d 100644
--- a/security/idea/Makefile
+++ b/security/idea/Makefile
@@ -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>
diff --git a/security/idea/pkg-message b/security/idea/pkg-message
deleted file mode 100644
index 73ef78ae5e65..000000000000
--- a/security/idea/pkg-message
+++ /dev/null
@@ -1,11 +0,0 @@
-==========================================================================
-
-IDEA is registered as the international patent WO 91/18459 "Device for
-Converting a Digital Block and the Use thereof". For commercial use of
-IDEA, one should contact
-
-ASCOM TECH AG
-Freiburgstrasse 370
-CH-3018 Bern, Switzerland
-
-==========================================================================