diff options
author | db <db@FreeBSD.org> | 2007-04-25 00:03:14 +0800 |
---|---|---|
committer | db <db@FreeBSD.org> | 2007-04-25 00:03:14 +0800 |
commit | a40bd7e40a2409bfa98e933d955de1df8b61c97f (patch) | |
tree | 57eaa0d413605de221fab32b323e42da7523a2c2 | |
parent | a1199872e0f4dc79ea3f986b4dc6efc8fc544212 (diff) | |
download | freebsd-ports-gnome-a40bd7e40a2409bfa98e933d955de1df8b61c97f.tar.gz freebsd-ports-gnome-a40bd7e40a2409bfa98e933d955de1df8b61c97f.tar.zst freebsd-ports-gnome-a40bd7e40a2409bfa98e933d955de1df8b61c97f.zip |
- Remove support for EOL FreeBSD releases. [1]
- Add backup distribution site.
PR: ports/111951 [1]
Approved by: ehaupt (mentor)
-rw-r--r-- | comms/xwota/Makefile | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/comms/xwota/Makefile b/comms/xwota/Makefile index bc1e799ebaab..0b0e90e6fce5 100644 --- a/comms/xwota/Makefile +++ b/comms/xwota/Makefile @@ -8,7 +8,9 @@ PORTNAME= xwota PORTVERSION= 0.4 CATEGORIES= comms hamradio -MASTER_SITES= http://people.fabaris.it/iz0ete/xwota/ +MASTER_SITES= http://people.fabaris.it/iz0ete/xwota/ \ + ${MASTER_SITE_LOCAL} +MASTER_SITE_SUBDIR= db MAINTAINER= db@FreeBSD.org COMMENT= X version of who is on the air @@ -35,10 +37,4 @@ post-install: @${ECHO} "" .endif -.include <bsd.port.pre.mk> - -.if ${OSVERSION} < 500000 -IGNORE= does not build 4.x -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> |