summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sysutils/sformat/Makefile13
-rw-r--r--sysutils/sformat/pkg-plist1
2 files changed, 7 insertions, 7 deletions
diff --git a/sysutils/sformat/Makefile b/sysutils/sformat/Makefile
index 8298ea582c95..4822c9b6c43e 100644
--- a/sysutils/sformat/Makefile
+++ b/sysutils/sformat/Makefile
@@ -17,9 +17,7 @@ COMMENT= Allows formatting/partitioning/analysis/repairing of SCSI disks
LIBSCHILY= libschily-2.01.01a07.tar.gz
USE_GMAKE= yes
-MAN1= sformat.1
-NO_STAGE= yes
.include <bsd.port.pre.mk>
CCOM!= ${BASENAME} ${CC}
@@ -47,10 +45,11 @@ post-patch:
.endfor
do-install:
- @${INSTALL_PROGRAM} ${WRKSRC}/sformat/OBJ/${SFMTTARGET}/sformat \
- ${PREFIX}/bin
- @${MKDIR} ${DATADIR}
- @${INSTALL_DATA} ${WRKSRC}/sformat/sformat.dat ${DATADIR}
- @${INSTALL_MAN} ${WRKSRC}/sformat/sformat.1 ${PREFIX}/man/man1
+ ${INSTALL_PROGRAM} ${WRKSRC}/sformat/OBJ/${SFMTTARGET}/sformat \
+ ${STAGEDIR}${PREFIX}/bin
+ ${MKDIR} ${STAGEDIR}${DATADIR}
+ ${INSTALL_DATA} ${WRKSRC}/sformat/sformat.dat ${STAGEDIR}${DATADIR}
+ ${INSTALL_MAN} ${WRKSRC}/sformat/sformat.1 \
+ ${STAGEDIR}${MANPREFIX}/man/man1
.include <bsd.port.post.mk>
diff --git a/sysutils/sformat/pkg-plist b/sysutils/sformat/pkg-plist
index b58af0985e36..c43d5e54b7e8 100644
--- a/sysutils/sformat/pkg-plist
+++ b/sysutils/sformat/pkg-plist
@@ -1,3 +1,4 @@
bin/sformat
+man/man1/sformat.1.gz
%%DATADIR%%/sformat.dat
@dirrm %%DATADIR%%