diff options
author | leeym <leeym@FreeBSD.org> | 2004-10-13 01:52:07 +0000 |
---|---|---|
committer | leeym <leeym@FreeBSD.org> | 2004-10-13 01:52:07 +0000 |
commit | e816999669516ab69328f423e8f7514523f14a29 (patch) | |
tree | fb5ad8e0a95511723fc046fe92ec263191fdeee5 /sysutils/tua | |
parent | 5ea30113fdff08c224333e8cc10db496edffadb8 (diff) | |
download | FreeBSD-ports-e816999669516ab69328f423e8f7514523f14a29.zip FreeBSD-ports-e816999669516ab69328f423e8f7514523f14a29.tar.gz |
- add USE_GCC=2.95 and unbreak this port
- utilize INFO
- replace pkg-plist with PLIST_FILES
PR: 72134
Submitted by: leeym
Diffstat (limited to 'sysutils/tua')
-rw-r--r-- | sysutils/tua/Makefile | 12 | ||||
-rw-r--r-- | sysutils/tua/pkg-plist | 3 |
2 files changed, 5 insertions, 10 deletions
diff --git a/sysutils/tua/Makefile b/sysutils/tua/Makefile index cdd4540..ee1510a 100644 --- a/sysutils/tua/Makefile +++ b/sysutils/tua/Makefile @@ -14,12 +14,10 @@ MAINTAINER= ports@FreeBSD.org COMMENT= The Uucp Analyzer GNU_CONFIGURE= yes -MAN1= tua.1 - -.include <bsd.port.pre.mk> +USE_GCC= 2.95 -.if ${OSVERSION} >= 502126 -BROKEN= "Does not compile with gcc 3.4.2" -.endif +MAN1= tua.1 +INFO= tua +PLIST_FILES= bin/tua lib/tua.pcd -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/sysutils/tua/pkg-plist b/sysutils/tua/pkg-plist deleted file mode 100644 index bc3e36f..0000000 --- a/sysutils/tua/pkg-plist +++ /dev/null @@ -1,3 +0,0 @@ -bin/tua -info/tua.info -lib/tua.pcd |