diff options
author | dinoex <dinoex@FreeBSD.org> | 2013-10-29 04:17:49 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2013-10-29 04:17:49 +0800 |
commit | d267cb70daf837dbafcbc90179249a6f189f3b09 (patch) | |
tree | 3c093e5e9f44dbd7329704a7501108506fd0251d /sysutils/zidrav/Makefile | |
parent | 84c238f9ae2f21d152b8a71d906c56f6806bd924 (diff) | |
download | freebsd-ports-gnome-d267cb70daf837dbafcbc90179249a6f189f3b09.tar.gz freebsd-ports-gnome-d267cb70daf837dbafcbc90179249a6f189f3b09.tar.zst freebsd-ports-gnome-d267cb70daf837dbafcbc90179249a6f189f3b09.zip |
- revert r331810
Diffstat (limited to 'sysutils/zidrav/Makefile')
-rw-r--r-- | sysutils/zidrav/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/sysutils/zidrav/Makefile b/sysutils/zidrav/Makefile index 60a3c66fd48c..ddba37fa39d8 100644 --- a/sysutils/zidrav/Makefile +++ b/sysutils/zidrav/Makefile @@ -12,12 +12,11 @@ COMMENT= A file corruption detection and repair program LICENSE= GPLv2 -USES= manpages:install ALL_TARGET= zidrav -PLIST_FILES= bin/zidrav -MAN1= zidrav.1 +PLIST_FILES= bin/zidrav man/man1/zidrav.1.gz -do-install: install-all-manpages +do-install: ${INSTALL_PROGRAM} ${WRKSRC}/zidrav ${STAGEDIR}${PREFIX}/bin/ + ${INSTALL_MAN} ${WRKSRC}/zidrav.1 ${STAGEDIR}${MANPREFIX}/man/man1/ .include <bsd.port.mk> |