aboutsummaryrefslogtreecommitdiff
path: root/irc/dancer
diff options
context:
space:
mode:
authorGabor Kovesdan <gabor@FreeBSD.org>2007-04-18 11:46:10 +0000
committerGabor Kovesdan <gabor@FreeBSD.org>2007-04-18 11:46:10 +0000
commitc44fa33a5e74f28fd77012aba7e3a9c8d633e36a (patch)
treee6dd259a421e47b261f2bd597fcca9e4eec75ae0 /irc/dancer
parent06e0fcfad4fcd1229d0855aef4a391838f476cf3 (diff)
downloadports-c44fa33a5e74f28fd77012aba7e3a9c8d633e36a.tar.gz
ports-c44fa33a5e74f28fd77012aba7e3a9c8d633e36a.zip
- Remove FreeBSD 4.X support from unmaintained ports in categories starting
with letter i-m
Notes
Notes: svn path=/head/; revision=190286
Diffstat (limited to 'irc/dancer')
-rw-r--r--irc/dancer/Makefile9
1 files changed, 2 insertions, 7 deletions
diff --git a/irc/dancer/Makefile b/irc/dancer/Makefile
index c48bd3df493c..0dafbde72768 100644
--- a/irc/dancer/Makefile
+++ b/irc/dancer/Makefile
@@ -19,6 +19,7 @@ PATCH_WRKSRC= ${WRKDIR}/${DISTNAME}
WRKSRC= ${WRKDIR}/${DISTNAME}/src
GNU_CONFIGURE= yes
MAKE_ARGS+= CSPECIAL="${CFLAGS}" LDFLAGS="${LDFLAGS}"
+LDFLAGS+= -lm
do-install:
@${MKDIR} ${DATADIR}
@@ -27,10 +28,4 @@ do-install:
dancer.config dancer.users \
dancer.funcs dancer.explain ${DATADIR}
-.include <bsd.port.pre.mk>
-
-.if ${OSVERSION} > 500000
-LDFLAGS+= -lm
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>