buildlink1 -> buildlink2
This commit is contained in:
parent
f73847924c
commit
46421f00be
1 changed files with 4 additions and 4 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.4 2002/07/06 22:47:25 jschauma Exp $
|
||||
# $NetBSD: Makefile,v 1.5 2002/09/24 10:25:16 jlam Exp $
|
||||
#
|
||||
|
||||
DISTNAME= bbweather-0.5
|
||||
|
@ -12,14 +12,14 @@ COMMENT= show current weather conditions
|
|||
|
||||
DEPENDS+= wget>=1.7:../../net/wget
|
||||
|
||||
USE_BUILDLINK2= YES
|
||||
USE_X11= YES
|
||||
GNU_CONFIGURE= YES
|
||||
USE_BUILDLINK_ONLY= YES
|
||||
USE_PERL5= YES
|
||||
REPLACE_PERL= GrabWeather
|
||||
|
||||
post-install:
|
||||
cd ${PREFIX}/man/man1 && ${GUNZIP_CMD} GrabWeather.1.gz
|
||||
cd ${PREFIX}/man/man1 && ${GUNZIP_CMD} bbweather.1.gz
|
||||
|
||||
.include "../../mk/x11.buildlink.mk"
|
||||
.include "../../lang/perl5/buildlink2.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
||||
|
|
Loading…
Reference in a new issue