1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-24 00:45:52 +00:00

Minor tweaks including using our own do-install target.

PR:		21037
Submitted by:	KATO Tsuguru <tkato@prontomail.ne.jp>
This commit is contained in:
Steve Price 2000-09-05 01:07:26 +00:00
parent 92b4d31ee8
commit b3d5d43b1b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=32259

View File

@ -10,7 +10,7 @@ PORTNAME= stow
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 @@ Y2K= http://www.gnu.org/software/year2000.html
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>