diff options
-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> |