summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Haro <mharo@FreeBSD.org>2000-02-02 22:37:39 +0000
committerMichael Haro <mharo@FreeBSD.org>2000-02-02 22:37:39 +0000
commit358d27202548b911c971b2325cc32f369592420b (patch)
treec439cac7bf176b2551d91924d2df812a3f06294f
parentportlint (diff)
portlint
Notes
Notes: svn path=/head/; revision=25431
-rw-r--r--benchmarks/xengine/Makefile7
-rw-r--r--cad/spice/scripts/configure2
-rw-r--r--comms/viewfax/Makefile4
3 files changed, 7 insertions, 6 deletions
diff --git a/benchmarks/xengine/Makefile b/benchmarks/xengine/Makefile
index 02b2ae7dab72..ac814c0b72c4 100644
--- a/benchmarks/xengine/Makefile
+++ b/benchmarks/xengine/Makefile
@@ -6,11 +6,13 @@
# $FreeBSD$
#
-PKGNAME= xengine-1.0.1
+DISTNAME= xengine-1.0.1
CATEGORIES= benchmarks
MASTER_SITES= ftp://ftp.lab.kdd.co.jp/Usenet/comp.sources.x/volume09/xengine/
DISTFILES= part01.z patch1.z
+PATCH_DIST_STRIP= -p1 # no ${PATCHFILES} but used below
+
MAINTAINER= kazu@jp.freebsd.org
BUILD_DEPENDS= gunshar:${PORTSDIR}/archivers/gshar+gunshar
@@ -20,9 +22,8 @@ NO_WRKSUBDIR= yes
USE_IMAKE= yes
EXTRACT_CMD= zcat
-EXTRACT_BEFORE_ARGS=
+EXTRACT_BEFORE_ARGS= #empty
EXTRACT_AFTER_ARGS= | gunshar -d $(WRKDIR)
-PATCH_DIST_STRIP= -p1 # no ${PATCHFILES} but used below
MAN1= xengine.1
diff --git a/cad/spice/scripts/configure b/cad/spice/scripts/configure
index a7a9c4a1c07a..5ded3cb6e041 100644
--- a/cad/spice/scripts/configure
+++ b/cad/spice/scripts/configure
@@ -2,4 +2,4 @@
rm -f ${WRKSRC}/makefile
cp ${FILESDIR}/Makefile ${WRKSRC}/Makefile
-cp ${FILESDIR}/FreeBSD ${WRKSRC}/conf/FreeBSD \ No newline at end of file
+cp ${FILESDIR}/FreeBSD ${WRKSRC}/conf/FreeBSD
diff --git a/comms/viewfax/Makefile b/comms/viewfax/Makefile
index 4c5a89739382..24bd4ad70de9 100644
--- a/comms/viewfax/Makefile
+++ b/comms/viewfax/Makefile
@@ -10,10 +10,10 @@ DISTNAME= viewfax-2.3
CATEGORIES= comms
MASTER_SITES= ftp://ftp.leo.org/pub/comp/os/unix/networking/mgetty/
-USE_IMAKE= yes
-
MAINTAINER= jmz@FreeBSD.org
+USE_IMAKE= yes
+
MAN1= viewfax.1
.include <bsd.port.mk>