diff options
Diffstat (limited to 'chinese/oicq/Makefile')
-rw-r--r-- | chinese/oicq/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chinese/oicq/Makefile b/chinese/oicq/Makefile index 5bd002df92b1..eea2a5b4f1c2 100644 --- a/chinese/oicq/Makefile +++ b/chinese/oicq/Makefile @@ -6,7 +6,7 @@ # PORTNAME= oicq -PORTVERSION= 0.7 +PORTVERSION= 0.9 CATEGORIES= chinese net MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= perl-oicq @@ -30,6 +30,6 @@ IGNORE= Port requires perl 5.6.x or later. Install lang/perl5 then try again .endif post-install: - ${INSTALL_SCRIPT} ${WRKSRC}/oicq ${PREFIX}/bin + ${INSTALL_SCRIPT} ${WRKSRC}/q ${PREFIX}/bin .include <bsd.port.post.mk> |