diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-02-19 09:50:55 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-02-19 09:50:55 +0000 |
commit | c01bd181e237e71445b9bff86b3288117d7def77 (patch) | |
tree | e3806a03b516859f38fd37e00dab7a5b894780f4 | |
parent | 8a5cfe805873654e18811f14c9d77ae95db5fdeb (diff) | |
download | ports-c01bd181e237e71445b9bff86b3288117d7def77.tar.gz ports-c01bd181e237e71445b9bff86b3288117d7def77.zip |
Notes
-rw-r--r-- | net-im/ginsu/Makefile | 4 | ||||
-rw-r--r-- | net/ginsu/Makefile | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/net-im/ginsu/Makefile b/net-im/ginsu/Makefile index 7e248f51bf5a..78460fd07585 100644 --- a/net-im/ginsu/Makefile +++ b/net-im/ginsu/Makefile @@ -20,4 +20,8 @@ GNU_CONFIGURE= yes MAN1= ginsu.1 PLIST_FILES= bin/ginsu +BROKEN= "Does not compile" +DEPRECATED= ${BROKEN} +EXPIRATION_DATE=2004-04-19 + .include <bsd.port.mk> diff --git a/net/ginsu/Makefile b/net/ginsu/Makefile index 7e248f51bf5a..78460fd07585 100644 --- a/net/ginsu/Makefile +++ b/net/ginsu/Makefile @@ -20,4 +20,8 @@ GNU_CONFIGURE= yes MAN1= ginsu.1 PLIST_FILES= bin/ginsu +BROKEN= "Does not compile" +DEPRECATED= ${BROKEN} +EXPIRATION_DATE=2004-04-19 + .include <bsd.port.mk> |