diff options
| author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-06-24 04:44:17 +0000 |
|---|---|---|
| committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-06-24 04:44:17 +0000 |
| commit | 7ef18f14299563025b37cc14ad88ee23667cf783 (patch) | |
| tree | 28778dac4b4bd95a8dddcdd306c27fb2b47a1448 /misc/upclient | |
| parent | 3f33af92d9829ce9d687e40c494369892fe87192 (diff) | |
Notes
Diffstat (limited to 'misc/upclient')
| -rw-r--r-- | misc/upclient/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/misc/upclient/Makefile b/misc/upclient/Makefile index e13e3786c927..87f3bb615af0 100644 --- a/misc/upclient/Makefile +++ b/misc/upclient/Makefile @@ -15,6 +15,7 @@ MAINTAINER= cyrille.lefevre@laposte.net # Global variables # +USE_REINPLACE= yes ALL_TARGET= bsd BUILD_WRKSRC= ${WRKSRC}/src @@ -34,7 +35,7 @@ DOC_FILES= AUTHORS COPYING FAQ HISTORY INSTALL README TODO post-patch: patch-script patch-message patch-script: - @${PERL} -pi.fbsd -e 's.%%PREFIX%%.${PREFIX}.g' ${WRKSRC}/scripts/upchk + @${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|g' ${WRKSRC}/scripts/upchk patch-message: @${SED} 's|%%PREFIX%%|${PREFIX}|g' ${MSG_FILE} > ${PKGMESSAGE} |
