diff options
author | Yen-Ming Lee <leeym@FreeBSD.org> | 2004-09-16 06:02:58 +0000 |
---|---|---|
committer | Yen-Ming Lee <leeym@FreeBSD.org> | 2004-09-16 06:02:58 +0000 |
commit | 70907081b244732b3fcc5502140f3336b6c18c47 (patch) | |
tree | af6eadcaa8910d80a18df48f2b97a394e6ba6f43 /chinese | |
parent | - apply better way to handle PKGMESSAGE (diff) |
- remove blank lines in PKGMESSAGE
- call REINPLACE_CMD to unbreak it and make it PREFIX clean
PR: 71744
Submitted by: leeym
Approved by: portmgr (marcus)
Notes
Notes:
svn path=/head/; revision=118199
Diffstat (limited to 'chinese')
-rw-r--r-- | chinese/big5con/Makefile | 6 | ||||
-rw-r--r-- | chinese/big5con/pkg-message | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/chinese/big5con/Makefile b/chinese/big5con/Makefile index 23d2265468d3..c7f905af0e5d 100644 --- a/chinese/big5con/Makefile +++ b/chinese/big5con/Makefile @@ -18,8 +18,10 @@ ONLY_FOR_ARCHS= i386 USE_REINPLACE= yes post-patch: - ${REINPLACE_CMD} -e 's,/dev/vga,/dev/ttyv0,g' ${WRKSRC}/src/*c - ${REINPLACE_CMD} -e 's,#endif.*,#endif,g' ${WRKSRC}/include/ksymdef.h + @${REINPLACE_CMD} -e 's,/dev/vga,/dev/ttyv0,g' ${WRKSRC}/src/*c + @${REINPLACE_CMD} -e 's,GetShmem(),GetShmem(char),g' ${WRKSRC}/src/fnld.c + @${REINPLACE_CMD} -e 's,#endif.*,#endif,g' ${WRKSRC}/include/ksymdef.h + @${REINPLACE_CMD} -e 's,TOPDIR,PREFIX,g' ${WRKSRC}/big5con.mk post-install: @${CAT} ${PKGMESSAGE} diff --git a/chinese/big5con/pkg-message b/chinese/big5con/pkg-message index b89f178814f7..d0bb80f64c40 100644 --- a/chinese/big5con/pkg-message +++ b/chinese/big5con/pkg-message @@ -1,6 +1,4 @@ - --------------------------------------------------------------- You need to add a line 'options SYSVSHM' to your kernel config. Use 'b5c' to run the big5 console. --------------------------------------------------------------- - |