diff options
-rw-r--r-- | benchmarks/xengine/Makefile | 7 | ||||
-rw-r--r-- | cad/spice/scripts/configure | 2 | ||||
-rw-r--r-- | comms/viewfax/Makefile | 4 |
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> |