diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2005-05-01 04:53:09 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2005-05-01 04:53:09 +0000 |
commit | b08ee6445fe94ba81e531415b0ebeec408d8147e (patch) | |
tree | 1f59ba300316979831b20a9a9839fa95893b336f /chinese/zhcon | |
parent | update to 1.3.0. (diff) |
1: rename /dev/vga to /dev/ttyv0.
2: bump version.
PR: ports/80494
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=134428
Diffstat (limited to 'chinese/zhcon')
-rw-r--r-- | chinese/zhcon/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/chinese/zhcon/Makefile b/chinese/zhcon/Makefile index af9ac87a3716..edb63fb1bf74 100644 --- a/chinese/zhcon/Makefile +++ b/chinese/zhcon/Makefile @@ -7,7 +7,7 @@ PORTNAME= zhcon PORTVERSION= 0.2.3 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= chinese MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -32,6 +32,7 @@ PLIST_SUB+= NLS="@comment " MAN1= zhcon.1 post-patch: + @${REINPLACE_CMD} -Ee 's,/dev/vga,/dev/ttyv0,g' ${WRKSRC}/src/display/fbdev.cpp @${REINPLACE_CMD} -Ee 's,(\s*=\s*)("?)/usr/local([^"]*)("?),\1\2${PREFIX}\3\4,g' \ -e '/_nl_expand_alias/s,\(0\),\(\),g' ${WRKSRC}/${CONFIGURE_SCRIPT} |