aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Marino <marino@FreeBSD.org>2013-08-10 22:54:58 +0000
committerJohn Marino <marino@FreeBSD.org>2013-08-10 22:54:58 +0000
commit16b84fb33cd490f51e464a718b7a511974863af2 (patch)
tree9ca573497b229284b0b2427509c549297009f3da
parentb6386755cdd40a4fab25bf47d779493b3aa2c1e6 (diff)
downloadports-16b84fb33cd490f51e464a718b7a511974863af2.tar.gz
ports-16b84fb33cd490f51e464a718b7a511974863af2.zip
irc/irc: Replace hardcoded "freebsd" with OPSYS:L
Using OPSYS allows the port to build on DragonFly without modification. The header was also trimmed, but there was no function change made to the port. Approved by: bapt/culot (mentors, implicit)
Notes
Notes: svn path=/head/; revision=324559
-rw-r--r--irc/irc/Makefile8
1 files changed, 2 insertions, 6 deletions
diff --git a/irc/irc/Makefile b/irc/irc/Makefile
index 072770c750b9..3b279f9c92b4 100644
--- a/irc/irc/Makefile
+++ b/irc/irc/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: Irc Server
-# Date created: 23 August 1994
-# Whom: torstenb
-#
+# Created by: torstenb
# $FreeBSD$
-#
PORTNAME= irc
PORTVERSION= 2.11.2p3
@@ -26,7 +22,7 @@ MAN8= ircd.8 iauth.8 ircdwatch.8
GNU_CONFIGURE= YES
CONFIGURE_ARGS= --sysconfdir=${PREFIX}/etc/ircd
-BUILD_WRKSRC= ${WRKSRC}/${MACHINE_ARCH}-unknown-freebsd${OSREL}
+BUILD_WRKSRC= ${WRKSRC}/${MACHINE_ARCH}-unknown-${OPSYS:L}${OSREL}
INSTALL_WRKSRC= ${BUILD_WRKSRC}
OPTIONS_DEFINE= IPV6