diff options
Diffstat (limited to 'irc/insub/Makefile')
-rw-r--r-- | irc/insub/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/irc/insub/Makefile b/irc/insub/Makefile index dd3c19d75cb3..9307469034d6 100644 --- a/irc/insub/Makefile +++ b/irc/insub/Makefile @@ -1,4 +1,4 @@ -# Created by: Alfred Perlstein <alfred@freebsd.org> +# Created by: Alfred Perlstein <alfred@FreeBSD.org> # $FreeBSD$ PORTNAME= insub @@ -21,6 +21,7 @@ USE_PERL5= run SCRIPT= ${PORTNAME}.pl +NO_STAGE= yes do-install: ${INSTALL_SCRIPT} ${WRKSRC}/${SCRIPT} ${PREFIX}/bin/${SCRIPT:R} ${MKDIR} ${PREFIX}/share/irssi/scripts/ |