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 | a1f2b038d8298c967308abc45f013ede0e02715e (diff) | |
download | ports-b08ee6445fe94ba81e531415b0ebeec408d8147e.tar.gz ports-b08ee6445fe94ba81e531415b0ebeec408d8147e.zip |
Notes
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} |