diff options
author | Trevor Johnson <trevor@FreeBSD.org> | 2001-08-19 23:15:12 +0800 |
---|---|---|
committer | Trevor Johnson <trevor@FreeBSD.org> | 2001-08-19 23:15:12 +0800 |
commit | 12441156bcd270fdab30f49ea4675de83a62135e (patch) | |
tree | 6ca6ef125e1c12edd89113bade00adf27b5494b7 /japanese | |
parent | 079e1e238956f3f4c3cff16424a25091b8173f3a (diff) | |
download | freebsd-ports-gnome-12441156bcd270fdab30f49ea4675de83a62135e.tar.gz freebsd-ports-gnome-12441156bcd270fdab30f49ea4675de83a62135e.tar.zst freebsd-ports-gnome-12441156bcd270fdab30f49ea4675de83a62135e.zip |
Mark forbidden with URL of security advisory. According to the
submitter, the net/micq port supports Japanese, so this port is
superfluous.
PR: 29873
Submitted by: Hiroo ONO <hiroo@oikumene.gcd.org>
While I'm here, change a space to a tab (found by portlint).
Diffstat (limited to 'japanese')
-rw-r--r-- | japanese/micq/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/japanese/micq/Makefile b/japanese/micq/Makefile index 08e87eb82ec0..d90eb466f545 100644 --- a/japanese/micq/Makefile +++ b/japanese/micq/Makefile @@ -16,12 +16,14 @@ EXTRACT_SUFX= .tgz PATCH_SITES= ${MASTER_SITE_LOCAL} PATCH_SITE_SUBDIR= flathill PATCHFILES= ${DISTNAME}-jp.patch -PATCH_DIST_STRIP= -p1 +PATCH_DIST_STRIP= -p1 MAINTAINER= flathill@FreeBSD.org WRKSRC= ${WRKDIR}/${DISTNAME} +FORBIDDEN= "ftp://ftp.FreeBSD.org/pub/FreeBSD/CERT/advisories/FreeBSD-SA-01:14.micq.asc " + do-install: ${INSTALL_PROGRAM} ${WRKSRC}/micq ${PREFIX}/bin .if !defined(NOPORTDOCS) |