diff options
author | edwin <edwin@FreeBSD.org> | 2006-04-01 12:44:58 +0000 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2006-04-01 12:44:58 +0000 |
commit | 9d306807166d8880a28481e643d5d1f714d64f76 (patch) | |
tree | b7f3d57330db6a0eb38fbc0b1a3b3d0fab0c0d63 /chinese/chinput3/Makefile | |
parent | 4a028daa104b5f4c96b261a8aedc6180136aeed5 (diff) | |
download | FreeBSD-ports-9d306807166d8880a28481e643d5d1f714d64f76.zip FreeBSD-ports-9d306807166d8880a28481e643d5d1f714d64f76.tar.gz |
Use SUB_FILES
Diffstat (limited to 'chinese/chinput3/Makefile')
-rw-r--r-- | chinese/chinput3/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/chinese/chinput3/Makefile b/chinese/chinput3/Makefile index 5fccc74..e659641 100644 --- a/chinese/chinput3/Makefile +++ b/chinese/chinput3/Makefile @@ -20,8 +20,8 @@ USE_GETTEXT= yes USE_GNOME= gtk12 imlib USE_REINPLACE= yes -MSG_FILE= ${.CURDIR}/pkg-message PKGMESSAGE= ${WRKDIR}/pkg-message +SUB_FILES= pkg-message .include <bsd.port.pre.mk> @@ -40,7 +40,6 @@ pre-build: -e 's|-lc_r|${PTHREAD_CFLAGS} ${PTHREAD_LIBS}|' post-install: - @${SED} -e 's,%%X11BASE%%,${X11BASE},g' ${MSG_FILE} > ${PKGMESSAGE} @${CAT} ${PKGMESSAGE} .include <bsd.port.post.mk> |