diff options
author | dinoex <dinoex@FreeBSD.org> | 2010-06-11 17:31:05 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2010-06-11 17:31:05 +0800 |
commit | ca927212b8bf4cd9ebbf3e5887961286c9970e1c (patch) | |
tree | f5a4fc571d1932eb5f2fa9a12a3248e855790cb5 /news | |
parent | 37427b04849ce8a6f2d5af689b3cb6fe5c3a2380 (diff) | |
download | freebsd-ports-gnome-ca927212b8bf4cd9ebbf3e5887961286c9970e1c.tar.gz freebsd-ports-gnome-ca927212b8bf4cd9ebbf3e5887961286c9970e1c.tar.zst freebsd-ports-gnome-ca927212b8bf4cd9ebbf3e5887961286c9970e1c.zip |
- use REINPLACE_CMD
Diffstat (limited to 'news')
-rw-r--r-- | news/pgpmoose/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/news/pgpmoose/Makefile b/news/pgpmoose/Makefile index 8a4f04100039..856a1f745138 100644 --- a/news/pgpmoose/Makefile +++ b/news/pgpmoose/Makefile @@ -28,9 +28,8 @@ NO_WRKSUBDIR= yes NEWSCTL?= ${PREFIX}/news/lib post-patch: - @${MV} ${WRKSRC}/pmapp ${WRKSRC}/pmapp.sed - ${SED} -e "s=/usr/local/news=${NEWSCTL}=" \ - ${WRKSRC}/pmapp.sed >${WRKSRC}/pmapp + ${REINPLACE_CMD} -e "s=/usr/local/news=${NEWSCTL}=" \ + ${WRKSRC}/pmapp do-install: .for i in ${BIN1} |