Date: Tue, 3 Jun 1997 22:36:20 -0700 (PDT) From: Satoshi Asami <asami@FreeBSD.ORG> To: andy@icc.surw.chel.su, asami@FreeBSD.ORG, freebsd-ports@FreeBSD.ORG Subject: Re: ports/3454 Message-ID: <199706040536.WAA07441@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
Synopsis: New port submission: ztrack-1.0 State-Changed-From-To: open-closed State-Changed-By: asami State-Changed-When: Tue Jun 3 22:35:03 PDT 1997 State-Changed-Why: Thanks, imported. Please use standard master sites whenever possible. ${INSTALL_PROGRAM} strips the binary for you. Instead of compressing the manual page by yourself, you can set MAN6 (or others) and let bsd.port.mk do that for you. === diff -ru ztrack-1.0/Makefile ztrack-1.0.new/Makefile --- ztrack-1.0/Makefile Thu May 1 05:56:05 1997 +++ ztrack-1.0.new/Makefile Tue Jun 3 22:33:39 1997 @@ -8,17 +8,17 @@ DISTNAME= ztrack-1.0 CATEGORIES= games -MASTER_SITES= ftp://sunsite.unc.edu/pub/Linux/games/crt/ +MASTER_SITES= ${MASTER_SITE_SUNSITE} +MASTER_SITE_SUBDIR= games/arcade MAINTAINER= andy@icc.surw.chel.su WRKSRC= ${WRKDIR}/ztrack ALL_TARGET= ztrack +MAN6= ztrack.6 do-install: - @ strip ${WRKSRC}/ztrack - @ install ${WRKSRC}/ztrack ${PREFIX}/bin/ztrack - @ gzip ${WRKSRC}/ztrack.6 - @ install ${WRKSRC}/ztrack.6.gz ${PREFIX}/man/man6/ztrack.6.gz + @${INSTALL_PROGRAM} ${WRKSRC}/ztrack ${PREFIX}/bin/ztrack + @${INSTALL_MAN} ${WRKSRC}/ztrack.6 ${PREFIX}/man/man6 .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199706040536.WAA07441>