aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authormharo <mharo@FreeBSD.org>2000-04-17 07:12:33 +0800
committermharo <mharo@FreeBSD.org>2000-04-17 07:12:33 +0800
commit0b460f3e3cb69558345712e35fffe72e93f0f67a (patch)
treea7ff54898da639d8c58cf5f32146c69d566eb68b /devel
parent9ff083b1c96e7a3b5708ddac750d74eaf2fb1f60 (diff)
downloadfreebsd-ports-gnome-0b460f3e3cb69558345712e35fffe72e93f0f67a.tar.gz
freebsd-ports-gnome-0b460f3e3cb69558345712e35fffe72e93f0f67a.tar.zst
freebsd-ports-gnome-0b460f3e3cb69558345712e35fffe72e93f0f67a.zip
portlint - mostly moving around variables.
Diffstat (limited to 'devel')
-rw-r--r--devel/crossm68k/Makefile4
-rw-r--r--devel/linuxthreads/Makefile1
-rw-r--r--devel/linuxthreads/pkg-message2
-rw-r--r--devel/p5-Config-IniFiles/Makefile2
-rw-r--r--devel/p5-File-Sync/Makefile2
-rw-r--r--devel/p5-IO-Stty/Makefile2
-rw-r--r--devel/p5-IniConf/Makefile2
-rw-r--r--devel/p5-Term-ANSIColor/Makefile2
8 files changed, 6 insertions, 11 deletions
diff --git a/devel/crossm68k/Makefile b/devel/crossm68k/Makefile
index f1935bd10fd4..dadcc4e650f3 100644
--- a/devel/crossm68k/Makefile
+++ b/devel/crossm68k/Makefile
@@ -8,16 +8,14 @@
PORTNAME= crossm68k
PORTVERSION= 2.0
CATEGORIES= devel
-MASTER_SITES= # empty
DISTFILES= # empty
MAINTAINER= Jerry.Hicks@Glenayre.com
# this dependency will cause m68kbinutils and m68kgcc to be built as well
-BUILD_DEPENDS= ${PREFIX}/m68k-coff/lib/crt0.o:${PORTSDIR}/devel/m68knewlib
+BUILD_DEPENDS= ${LOCALBASE}/m68k-coff/lib/crt0.o:${PORTSDIR}/devel/m68knewlib
RUN_DEPENDS= m68k-coff-gdb:${PORTSDIR}/devel/m68kgdb
-EXTRACT_ONLY= # empty
NO_BUILD= yes
do-install: # empty
diff --git a/devel/linuxthreads/Makefile b/devel/linuxthreads/Makefile
index ed381b8fadfa..b52a298a64ad 100644
--- a/devel/linuxthreads/Makefile
+++ b/devel/linuxthreads/Makefile
@@ -14,7 +14,6 @@ DISTNAME= glibc-linuxthreads-${PORTVERSION}
MAINTAINER= jasone@freebsd.org
-
.include <bsd.port.pre.mk>
# This port only works on i386 right now.
diff --git a/devel/linuxthreads/pkg-message b/devel/linuxthreads/pkg-message
index abbf2af5cbf0..04c2689e0b24 100644
--- a/devel/linuxthreads/pkg-message
+++ b/devel/linuxthreads/pkg-message
@@ -1,5 +1,3 @@
Please see the README.FreeBSD file in the work directory for
instructions on how to compile with linuxthreads, and for other
issues and problems.
-
-
diff --git a/devel/p5-Config-IniFiles/Makefile b/devel/p5-Config-IniFiles/Makefile
index a6d45c2a0866..13f356df5611 100644
--- a/devel/p5-Config-IniFiles/Makefile
+++ b/devel/p5-Config-IniFiles/Makefile
@@ -10,8 +10,8 @@ PORTVERSION= 0.92
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= IniConf
-DISTNAME= ${PORTNAME}.pm-${PORTVERSION}
PKGNAMEPREFIX= p5-
+DISTNAME= ${PORTNAME}.pm-${PORTVERSION}
MAINTAINER= jfitz@FreeBSD.org
diff --git a/devel/p5-File-Sync/Makefile b/devel/p5-File-Sync/Makefile
index 52cab3bd6fbe..9aa323c5e18e 100644
--- a/devel/p5-File-Sync/Makefile
+++ b/devel/p5-File-Sync/Makefile
@@ -7,10 +7,10 @@
PORTNAME= File-Sync
PORTVERSION= 0.08
-PKGNAMEPREFIX= p5-
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= File
+PKGNAMEPREFIX= p5-
MAINTAINER= kuriyama@FreeBSD.org
diff --git a/devel/p5-IO-Stty/Makefile b/devel/p5-IO-Stty/Makefile
index dc8f22927a2c..201be84b1cd2 100644
--- a/devel/p5-IO-Stty/Makefile
+++ b/devel/p5-IO-Stty/Makefile
@@ -10,8 +10,8 @@ PORTVERSION= 0.02
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= IO
-DISTNAME= ${PORTNAME}-.02
PKGNAMEPREFIX= p5-
+DISTNAME= ${PORTNAME}-.02
MAINTAINER= will@FreeBSD.org
diff --git a/devel/p5-IniConf/Makefile b/devel/p5-IniConf/Makefile
index a6d45c2a0866..13f356df5611 100644
--- a/devel/p5-IniConf/Makefile
+++ b/devel/p5-IniConf/Makefile
@@ -10,8 +10,8 @@ PORTVERSION= 0.92
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= IniConf
-DISTNAME= ${PORTNAME}.pm-${PORTVERSION}
PKGNAMEPREFIX= p5-
+DISTNAME= ${PORTNAME}.pm-${PORTVERSION}
MAINTAINER= jfitz@FreeBSD.org
diff --git a/devel/p5-Term-ANSIColor/Makefile b/devel/p5-Term-ANSIColor/Makefile
index 338cb4bf367c..1ffb337cf4f3 100644
--- a/devel/p5-Term-ANSIColor/Makefile
+++ b/devel/p5-Term-ANSIColor/Makefile
@@ -10,8 +10,8 @@ PORTVERSION= 1.01
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Term
-DISTNAME= ANSIColor-1.01
PKGNAMEPREFIX= p5-
+DISTNAME= ANSIColor-1.01
MAINTAINER= dsh@vlink.ru