diff options
author | Steve Price <steve@FreeBSD.org> | 2000-09-05 01:07:26 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 2000-09-05 01:07:26 +0000 |
commit | b3d5d43b1b7a2fa1cd5fb9c486782848450d6b9f (patch) | |
tree | cffc862595402c772f7ab549542ab6e4e1dad822 /sysutils/stow/Makefile | |
parent | 92b4d31ee8d2bd499c07848b40125cf619104730 (diff) | |
download | ports-b3d5d43b1b7a2fa1cd5fb9c486782848450d6b9f.tar.gz ports-b3d5d43b1b7a2fa1cd5fb9c486782848450d6b9f.zip |
Notes
Diffstat (limited to 'sysutils/stow/Makefile')
-rw-r--r-- | sysutils/stow/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/sysutils/stow/Makefile b/sysutils/stow/Makefile index 5ff2d5f49e21..3c6c4ee25858 100644 --- a/sysutils/stow/Makefile +++ b/sysutils/stow/Makefile @@ -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> |