diff options
author | bdrewery <bdrewery@FreeBSD.org> | 2012-10-16 04:30:45 +0800 |
---|---|---|
committer | bdrewery <bdrewery@FreeBSD.org> | 2012-10-16 04:30:45 +0800 |
commit | ddc3ae6cf9514491123d4a8bbd57d204e2ab8a0a (patch) | |
tree | 29c2af4068c558278773a1a3eda63d2193e13d7c /irc | |
parent | be91aa0d842ac0255904de68cce55e77f199f2b6 (diff) | |
download | freebsd-ports-gnome-ddc3ae6cf9514491123d4a8bbd57d204e2ab8a0a.tar.gz freebsd-ports-gnome-ddc3ae6cf9514491123d4a8bbd57d204e2ab8a0a.tar.zst freebsd-ports-gnome-ddc3ae6cf9514491123d4a8bbd57d204e2ab8a0a.zip |
- Fix build by removing trailing \
- Reorder MASTER_SITES
Reported by: beat
Pointyhat to: bdrewery
Feature safe: yes
Diffstat (limited to 'irc')
-rw-r--r-- | irc/sirc/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/irc/sirc/Makefile b/irc/sirc/Makefile index 9404766fa195..442b2f4e5c16 100644 --- a/irc/sirc/Makefile +++ b/irc/sirc/Makefile @@ -5,9 +5,9 @@ PORTVERSION= 2.211 PORTREVISION= 1 CATEGORIES= irc ipv6 MASTER_SITES= LOCAL/bdrewery/${PORTNAME} \ - LOCAL/bdrewery/${PORTNAME}/scripts:s \ http://www.iagora.com/~espel/sirc/ \ - http://www.iagora.com/~espel/sirc/scripts/:s \ + LOCAL/bdrewery/${PORTNAME}/scripts:s \ + http://www.iagora.com/~espel/sirc/scripts/:s DISTFILES= ${DISTNAME}${EXTRACT_SUFX} DIST_SUBDIR= sirc EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} |