aboutsummaryrefslogtreecommitdiff
path: root/comms/libfec
diff options
context:
space:
mode:
authorDiane Bruce <db@FreeBSD.org>2007-04-23 21:29:39 +0000
committerDiane Bruce <db@FreeBSD.org>2007-04-23 21:29:39 +0000
commitfeb17f718f41ba33d6ebaf3311adb353ff8a46a6 (patch)
treed7c263c97bbc62a90cd5c88fe2fc71941d9af9f0 /comms/libfec
parent9ce19b5e36dda22770e05fe0c9f75a0a82d6035a (diff)
downloadports-feb17f718f41ba33d6ebaf3311adb353ff8a46a6.tar.gz
ports-feb17f718f41ba33d6ebaf3311adb353ff8a46a6.zip
- Remove support for EOL FreeBSD releases. [1]
- Replace pkg-plist with PLIST_FILES. [1] - Add backup distribution site. PR: ports/111943 [1] Approved by: ehaupt (mentor)
Notes
Notes: svn path=/head/; revision=190761
Diffstat (limited to 'comms/libfec')
-rw-r--r--comms/libfec/Makefile13
-rw-r--r--comms/libfec/pkg-plist3
2 files changed, 5 insertions, 11 deletions
diff --git a/comms/libfec/Makefile b/comms/libfec/Makefile
index 59cb75bfa55a..7b9e553540ab 100644
--- a/comms/libfec/Makefile
+++ b/comms/libfec/Makefile
@@ -7,7 +7,9 @@
PORTNAME= libfec
PORTVERSION= 3.0
CATEGORIES= comms astro hamradio math
-MASTER_SITES= http://www.ka9q.net/code/fec/
+MASTER_SITES= http://www.ka9q.net/code/fec/ \
+ ${MASTER_SITE_LOCAL}
+MASTER_SITE_SUBDIR= db
DISTNAME= fec-${PORTVERSION}
MAINTAINER= db@FreeBSD.org
@@ -21,14 +23,9 @@ GNU_CONFIGURE= yes
USE_GMAKE= yes
USE_LDCONFIG= yes
ONLY_FOR_ARCHS= i386
+PLIST_FILES= include/fec.h lib/libfec.so lib/libfec.a
post-patch:
${REINPLACE_CMD} -e 's|gcc|${CC}|g' ${WRKSRC}/makefile.in
-.include <bsd.port.pre.mk>
-
-.if ${OSVERSION} < 500000
-USE_GCC= 3.4+
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
diff --git a/comms/libfec/pkg-plist b/comms/libfec/pkg-plist
deleted file mode 100644
index 37dde711229a..000000000000
--- a/comms/libfec/pkg-plist
+++ /dev/null
@@ -1,3 +0,0 @@
-include/fec.h
-lib/libfec.so
-lib/libfec.a