diff options
Diffstat (limited to 'games/tycho/Makefile')
-rw-r--r-- | games/tycho/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/games/tycho/Makefile b/games/tycho/Makefile index f1d6dd78137e..d156c8ca3844 100644 --- a/games/tycho/Makefile +++ b/games/tycho/Makefile @@ -18,6 +18,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME} PLIST_FILES= bin/tycho \ bin/tycho-exstat +NO_STAGE= yes do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin ${INSTALL_PROGRAM} ${WRKSRC}/exstat ${PREFIX}/bin/${PORTNAME}-exstat |