diff options
Diffstat (limited to 'textproc/fileshuffle/Makefile')
-rw-r--r-- | textproc/fileshuffle/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/textproc/fileshuffle/Makefile b/textproc/fileshuffle/Makefile index a4cb78e96e14..223975265b58 100644 --- a/textproc/fileshuffle/Makefile +++ b/textproc/fileshuffle/Makefile @@ -21,6 +21,7 @@ MANPAGE= shuffle.1 PLIST_FILES= bin/${PORTNAME} MAN1= ${PORTNAME}.1 +NO_STAGE= yes do-install: @${CP} ${WRKSRC}/shuffle ${PREFIX}/bin/${PORTNAME} @${CP} ${WRKSRC}/${MANPAGE} ${PREFIX}/man/man1/${PORTNAME}.1 |