diff options
author | Bryan Drewery <bdrewery@FreeBSD.org> | 2012-10-15 20:30:45 +0000 |
---|---|---|
committer | Bryan Drewery <bdrewery@FreeBSD.org> | 2012-10-15 20:30:45 +0000 |
commit | ba7e58eca37ad73442b5b19d04daa7491e630449 (patch) | |
tree | 29c2af4068c558278773a1a3eda63d2193e13d7c /irc/sirc | |
parent | eb1ed5a8e83934f37b18c3532be9dd923d5ad5f2 (diff) |
- Fix build by removing trailing \
- Reorder MASTER_SITES
Reported by: beat
Pointyhat to: bdrewery
Feature safe: yes
Notes
Notes:
svn path=/head/; revision=305935
Diffstat (limited to 'irc/sirc')
-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} |