Date: Mon, 4 Sep 2000 12:15:10 -0700 (PDT) From: tkato@prontomail.ne.jp To: freebsd-gnats-submit@FreeBSD.org Subject: ports/21037: Update port: sysutils/stow Message-ID: <20000904191510.BEDE637B422@hub.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 21037 >Category: ports >Synopsis: Update port: sysutils/stow >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Sep 04 12:20:02 PDT 2000 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: 4.1-RELEASE i386 >Organization: >Environment: >Description: - Don't install junk file >How-To-Repeat: >Fix: diff -urN /usr/ports/sysutils/stow/Makefile sysutils/stow/Makefile --- /usr/ports/sysutils/stow/Makefile Mon Jul 10 12:53:48 2000 +++ sysutils/stow/Makefile Tue Aug 15 04:54:28 2000 @@ -10,7 +10,7 @@ PORTVERSION= 1.3.2 CATEGORIES= sysutils MASTER_SITES= ${MASTER_SITE_GNU} -MASTER_SITE_SUBDIR= stow +MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= ports@FreeBSD.org @@ -18,7 +18,9 @@ GNU_CONFIGURE= yes -post-install: - install-info ${PREFIX}/info/stow.info ${PREFIX}/info/dir +do-install: + ${INSTALL_SCRIPT} ${WRKSRC}/stow ${PREFIX}/bin + ${INSTALL_DATA} ${WRKSRC}/stow.info ${PREFIX}/info + @install-info ${PREFIX}/info/stow.info ${PREFIX}/info/dir .include <bsd.port.mk> >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20000904191510.BEDE637B422>