diff options
author | David W. Chapman Jr. <dwcjr@FreeBSD.org> | 2001-07-09 21:50:56 +0000 |
---|---|---|
committer | David W. Chapman Jr. <dwcjr@FreeBSD.org> | 2001-07-09 21:50:56 +0000 |
commit | 3591b6098950dcff27383e097a957bdef79b4d67 (patch) | |
tree | 35df397121de283d4eded3cc35f3985baa309f44 /net/jags | |
parent | 5aef7e69ee5d02c1749ebb83a40c880c0b1846d9 (diff) | |
download | ports-3591b6098950dcff27383e097a957bdef79b4d67.tar.gz ports-3591b6098950dcff27383e097a957bdef79b4d67.zip |
Notes
Diffstat (limited to 'net/jags')
-rw-r--r-- | net/jags/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net/jags/Makefile b/net/jags/Makefile index 1c7fdaf1ed86..1cb155edd3ab 100644 --- a/net/jags/Makefile +++ b/net/jags/Makefile @@ -18,10 +18,10 @@ USE_GTK= yes USE_GLIB= yes GNU_CONFIGURE= yes -.include <bsd.port.mk> - -patch: +pre-patch: @${PERL} -pi.fbsd -e 's@/usr/local/share/jags/@${PREFIX}/share/jags/@g' \ ${WRKSRC}/src/jagsconfig.cpp @${PERL} -pi.fbsd -e 's@/usr/local/share/jags/pixmaps/@${PREFIX}/share/jags/pixmaps/@g' \ ${WRKSRC}/src/gtk_common.cpp + +.include <bsd.port.mk> |