diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2016-11-02 22:45:14 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2016-11-02 22:45:14 +0000 |
commit | d26ef18700dca59c35dc940097bf7b3db1369965 (patch) | |
tree | adf234bd1f2e56ae130e9960e1467b64c9fa0ed6 /textproc/jade/Makefile | |
parent | 23211342637a054575d9dc1935d00c038cb6545f (diff) | |
download | ports-d26ef18700dca59c35dc940097bf7b3db1369965.tar.gz ports-d26ef18700dca59c35dc940097bf7b3db1369965.zip |
Notes
Diffstat (limited to 'textproc/jade/Makefile')
-rw-r--r-- | textproc/jade/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/textproc/jade/Makefile b/textproc/jade/Makefile index 50cf701204df..2c4680a1277a 100644 --- a/textproc/jade/Makefile +++ b/textproc/jade/Makefile @@ -26,9 +26,6 @@ USE_LDCONFIG= yes CONFIGURE_ARGS= --enable-default-catalog=${PREFIX}/share/sgml/catalog MAKE_JOBS_UNSAFE= yes -post-extract: - @${CHMOD} u+w ${WRKSRC}/configure - pre-install: @${FIND} ${WRKSRC} \( -name \*.orig -o -name \*~ \) \ -exec ${RM} \{} \; |