diff options
Diffstat (limited to 'irc/hybserv/Makefile')
-rw-r--r-- | irc/hybserv/Makefile | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/irc/hybserv/Makefile b/irc/hybserv/Makefile index 80e6a731ac2e..0bdaae1f1c1f 100644 --- a/irc/hybserv/Makefile +++ b/irc/hybserv/Makefile @@ -19,18 +19,8 @@ GNU_CONFIGURE= yes WRKSRC= ${WRKDIR}/hybserv -.if !defined(PACKAGE_BUILDING) && !defined(BATCH) -IS_INTERACTIVE= yes -.endif - -BROKEN= "Does not install" -EXPIRATION_DATE=2004-08-20 -DEPRECATED= ${BROKEN} - pre-install: -.if !defined(PACKAGE_BUILDING) && !defined(BATCH) @${SH} ${PKGINSTALL} ${PKGNAME} PRE-INSTALL -.endif post-install: @${SED} -e "s#%PREFIX%#${PREFIX}#" ${FILESDIR}/hybserv.sh \ |