diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2000-06-23 13:44:03 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2000-06-23 13:44:03 +0000 |
commit | 40a33a607008465f53d5a6195b52da563743c5c1 (patch) | |
tree | 6746aa60a42ef4999ee47c9081c98f357098f148 /devel/spin/Makefile | |
parent | 08436d780099b5b9549d412fe146fb0733c19412 (diff) | |
download | ports-40a33a607008465f53d5a6195b52da563743c5c1.tar.gz ports-40a33a607008465f53d5a6195b52da563743c5c1.zip |
Notes
Diffstat (limited to 'devel/spin/Makefile')
-rw-r--r-- | devel/spin/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/devel/spin/Makefile b/devel/spin/Makefile index 184c53739e51..9323a74dbf5a 100644 --- a/devel/spin/Makefile +++ b/devel/spin/Makefile @@ -23,6 +23,9 @@ ALL_TARGET= spin post-extract: @cd ${WRKDIR}/Test && ${SH} ${WRKDIR}/Test/examples +post-patch: + @${PERL} -pi -e "s|%%LOCALBASE%%|${LOCALBASE}|g" ${WRKDIR}/Xspin3.3/xspin3310.tcl + pre-build: cd ${WRKSRC} && ${MAKE} clean |