diff options
author | stas <stas@FreeBSD.org> | 2007-02-06 06:35:59 +0800 |
---|---|---|
committer | stas <stas@FreeBSD.org> | 2007-02-06 06:35:59 +0800 |
commit | a712ea45a76befbd8613946c52759b50dba817cb (patch) | |
tree | eb1e42816a68d0219466396ed64c92873db1e6c7 /net/enet/Makefile | |
parent | 24393be6c9adc87903ee22d85e930f858f6fe643 (diff) | |
download | freebsd-ports-gnome-a712ea45a76befbd8613946c52759b50dba817cb.tar.gz freebsd-ports-gnome-a712ea45a76befbd8613946c52759b50dba817cb.tar.zst freebsd-ports-gnome-a712ea45a76befbd8613946c52759b50dba817cb.zip |
- Update to 1.0
- The project has moved.
Submitted by: Marcus von Appen <mva@sysfault.org>
Diffstat (limited to 'net/enet/Makefile')
-rw-r--r-- | net/enet/Makefile | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/net/enet/Makefile b/net/enet/Makefile index 25b5c65ce3c5..8c672ddc8a6e 100644 --- a/net/enet/Makefile +++ b/net/enet/Makefile @@ -6,17 +6,16 @@ # PORTNAME= enet -PORTVERSION= 20040118 +PORTVERSION= 1.0 +PORTEPOCH= 1 CATEGORIES= net -MASTER_SITES= http://enet.cubik.org/download/ -DISTNAME= ${PORTNAME} +MASTER_SITES= http://enet.bespin.org/download/ MAINTAINER= stas@FreeBSD.org COMMENT= Simple and robust communication library based on UDP GNU_CONFIGURE= yes -DOCS= api.txt tutorial.txt design.txt docs/FAQ.dox docs/design.dox \ - docs/tutorial.dox +DOCS= design.txt docs/FAQ.dox docs/design.dox docs/tutorial.dox post-install: .if !defined(NOPORTDOCS) |