diff options
author | vanilla <vanilla@FreeBSD.org> | 2014-06-10 11:27:00 +0800 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 2014-06-10 11:27:00 +0800 |
commit | 5446e0e4e477cac23ac0a0060d17d79b5dddd0bb (patch) | |
tree | 65189492e872eaca42a923c35c6bb1dee380de39 /print | |
parent | 2a1fb2dc3fd0dec0852e9e5a0404f742ac567830 (diff) | |
download | freebsd-ports-graphics-5446e0e4e477cac23ac0a0060d17d79b5dddd0bb.tar.gz freebsd-ports-graphics-5446e0e4e477cac23ac0a0060d17d79b5dddd0bb.tar.zst freebsd-ports-graphics-5446e0e4e477cac23ac0a0060d17d79b5dddd0bb.zip |
Stagify.
Diffstat (limited to 'print')
-rw-r--r-- | print/foomatic-db-hpijs/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/print/foomatic-db-hpijs/Makefile b/print/foomatic-db-hpijs/Makefile index ce87ebe6700..1ccfed16c0f 100644 --- a/print/foomatic-db-hpijs/Makefile +++ b/print/foomatic-db-hpijs/Makefile @@ -17,7 +17,6 @@ RUN_DEPENDS= ${LOCALBASE}/share/foomatic/db/oldprinterids:${PORTSDIR}/print/foom GNU_CONFIGURE= yes USES= gmake -NO_STAGE= yes post-patch: ${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|g' \ -e 's|%%LOCALBASE%%|${LOCALBASE}|g' ${WRKSRC}/configure |