aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorleeym <leeym@FreeBSD.org>2004-09-16 14:02:58 +0800
committerleeym <leeym@FreeBSD.org>2004-09-16 14:02:58 +0800
commitf279162705bee8e83c469b1f979f86dcaf981c7b (patch)
treea48f72509228f432d87c1cb2089b5dc99709746f
parentfbf3fe9aefd7f189d1b6a12929268c0a2433a1a9 (diff)
downloadfreebsd-ports-gnome-f279162705bee8e83c469b1f979f86dcaf981c7b.tar.gz
freebsd-ports-gnome-f279162705bee8e83c469b1f979f86dcaf981c7b.tar.zst
freebsd-ports-gnome-f279162705bee8e83c469b1f979f86dcaf981c7b.zip
- 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)
-rw-r--r--chinese/big5con/Makefile6
-rw-r--r--chinese/big5con/pkg-message2
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.
---------------------------------------------------------------
-