aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormatthew <matthew@FreeBSD.org>2012-02-27 01:47:02 +0800
committermatthew <matthew@FreeBSD.org>2012-02-27 01:47:02 +0800
commit25abbbfd348a1cc0dc24e6df23e3a0e950a0f616 (patch)
tree5f5ed62c80a0494e159f5e16d09af8aaed166274
parent4ea48618b88ade6f32c36a7a70e220e11ca690f8 (diff)
downloadfreebsd-ports-gnome-25abbbfd348a1cc0dc24e6df23e3a0e950a0f616.tar.gz
freebsd-ports-gnome-25abbbfd348a1cc0dc24e6df23e3a0e950a0f616.tar.zst
freebsd-ports-gnome-25abbbfd348a1cc0dc24e6df23e3a0e950a0f616.zip
- Stylistic cleanup: remove trailing slashes from *_DEPENDS lines.
audio/cd2mp3 [1] audio/mp3unicode [2] databases/spatialite [3] deskutils/aspostit devel/bennugd-modules [4] net/hinfo www/caudium14 [5] Approved by: shaun (mentor) mark@foster.cc (maintainer[1]) makc (maintainer[2]) wenheping@gmail.com (maintainer[3]) amdmi3 (maintainer[4]) johans (maintainer[5])
-rw-r--r--audio/cd2mp3/Makefile2
-rw-r--r--audio/mp3unicode/Makefile2
-rw-r--r--databases/spatialite/Makefile6
-rw-r--r--deskutils/aspostit/Makefile2
-rw-r--r--devel/bennugd-modules/Makefile4
-rw-r--r--net/hinfo/Makefile2
-rw-r--r--www/caudium14/Makefile6
7 files changed, 12 insertions, 12 deletions
diff --git a/audio/cd2mp3/Makefile b/audio/cd2mp3/Makefile
index 45327d891169..f03e45e769d3 100644
--- a/audio/cd2mp3/Makefile
+++ b/audio/cd2mp3/Makefile
@@ -16,7 +16,7 @@ MASTER_SITES= http://cvsup.theplanet.com/distfiles/ \
MAINTAINER= mark@foster.cc
COMMENT= Easy to use CD Ripping and MP3 Encoding tool
-RUN_DEPENDS= lame:${PORTSDIR}/audio/lame/ \
+RUN_DEPENDS= lame:${PORTSDIR}/audio/lame \
dagrab:${PORTSDIR}/audio/dagrab
NO_BUILD= yes
diff --git a/audio/mp3unicode/Makefile b/audio/mp3unicode/Makefile
index cc471930ac15..e35c54b0dd5e 100644
--- a/audio/mp3unicode/Makefile
+++ b/audio/mp3unicode/Makefile
@@ -14,7 +14,7 @@ MASTER_SITES= SF
MAINTAINER= makc@FreeBSD.org
COMMENT= ID3 tags charset converter
-LIB_DEPENDS= tag.1:${PORTSDIR}/audio/taglib/
+LIB_DEPENDS= tag.1:${PORTSDIR}/audio/taglib
USE_BZIP2= yes
USE_ICONV= yes
diff --git a/databases/spatialite/Makefile b/databases/spatialite/Makefile
index a7d33abe7c93..407b0d23b12d 100644
--- a/databases/spatialite/Makefile
+++ b/databases/spatialite/Makefile
@@ -14,9 +14,9 @@ MASTER_SITES= http://www.gaia-gis.it/${PORTNAME}-${PORTVERSION}/
MAINTAINER= wenheping@gmail.com
COMMENT= Spatial Extensions for SQLite
-LIB_DEPENDS= geos_c.8:${PORTSDIR}/graphics/geos/ \
- proj.6:${PORTSDIR}/graphics/proj/ \
- iconv.3:${PORTSDIR}/converters/libiconv/
+LIB_DEPENDS= geos_c.8:${PORTSDIR}/graphics/geos \
+ proj.6:${PORTSDIR}/graphics/proj \
+ iconv.3:${PORTSDIR}/converters/libiconv
GNU_CONFIGURE= yes
USE_GMAKE= yes
diff --git a/deskutils/aspostit/Makefile b/deskutils/aspostit/Makefile
index e7a110891a97..5e350fa971c6 100644
--- a/deskutils/aspostit/Makefile
+++ b/deskutils/aspostit/Makefile
@@ -15,7 +15,7 @@ MASTER_SITE_SUBDIR= apps/aspostit
MAINTAINER= ports@FreeBSD.org
COMMENT= An AfterStep dockable version of XPostIt
-LIB_DEPENDS= jpeg.11:${PORTSDIR}/graphics/jpeg/
+LIB_DEPENDS= jpeg.11:${PORTSDIR}/graphics/jpeg
USE_XORG= xpm xaw xext x11
USE_GMAKE= yes
diff --git a/devel/bennugd-modules/Makefile b/devel/bennugd-modules/Makefile
index ed5f309c7dd4..29f45b9bb0a4 100644
--- a/devel/bennugd-modules/Makefile
+++ b/devel/bennugd-modules/Makefile
@@ -16,8 +16,8 @@ DISTNAME= bennugd-${PORTVERSION}
MAINTAINER= amdmi3@FreeBSD.org
COMMENT= High level open source game development suite, modules
-BUILD_DEPENDS= ${LOCALBASE}/lib/libbgdrtm.so:${PORTSDIR}/devel/bennugd-core/
-RUN_DEPENDS= ${LOCALBASE}/lib/libbgdrtm.so:${PORTSDIR}/devel/bennugd-core/
+BUILD_DEPENDS= ${LOCALBASE}/lib/libbgdrtm.so:${PORTSDIR}/devel/bennugd-core
+RUN_DEPENDS= ${LOCALBASE}/lib/libbgdrtm.so:${PORTSDIR}/devel/bennugd-core
LIB_DEPENDS= png.6:${PORTSDIR}/graphics/png
USE_SDL= sdl mixer
diff --git a/net/hinfo/Makefile b/net/hinfo/Makefile
index 197eb3cee2da..894192147b75 100644
--- a/net/hinfo/Makefile
+++ b/net/hinfo/Makefile
@@ -18,7 +18,7 @@ MAINTAINER= ports@FreeBSD.org
COMMENT= Utility primarily designed to find the owner of an IP block
RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Net/DNS.pm:${PORTSDIR}/dns/p5-Net-DNS \
- wget:${PORTSDIR}/ftp/wget/
+ wget:${PORTSDIR}/ftp/wget
USE_PERL5_RUN= yes
diff --git a/www/caudium14/Makefile b/www/caudium14/Makefile
index 258b8b09ab15..c9eed31b1432 100644
--- a/www/caudium14/Makefile
+++ b/www/caudium14/Makefile
@@ -16,9 +16,9 @@ DISTNAME= caudium-${PORTVERSION}
MAINTAINER= johans@FreeBSD.org
COMMENT= A free webserver based on the Roxen Challenger 1.3 code base
-BUILD_DEPENDS= pike76:${PORTSDIR}/lang/pike76/
-LIB_DEPENDS= sablot.70:${PORTSDIR}/textproc/sablotron/
-RUN_DEPENDS= lsof:${PORTSDIR}/sysutils/lsof/
+BUILD_DEPENDS= pike76:${PORTSDIR}/lang/pike76
+LIB_DEPENDS= sablot.70:${PORTSDIR}/textproc/sablotron
+RUN_DEPENDS= lsof:${PORTSDIR}/sysutils/lsof
USE_BZIP2= yes
USE_GMAKE= yes