summaryrefslogtreecommitdiff
path: root/sysutils/stow
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>2000-09-05 01:07:26 +0000
committerSteve Price <steve@FreeBSD.org>2000-09-05 01:07:26 +0000
commitb3d5d43b1b7a2fa1cd5fb9c486782848450d6b9f (patch)
treecffc862595402c772f7ab549542ab6e4e1dad822 /sysutils/stow
parentOne of the sites changed in MASTER_SITE_PERL_CPAN. (diff)
Minor tweaks including using our own do-install target.
PR: 21037 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
Notes
Notes: svn path=/head/; revision=32259
Diffstat (limited to 'sysutils/stow')
-rw-r--r--sysutils/stow/Makefile8
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>