diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-05-28 20:30:32 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-05-28 20:30:32 +0000 |
commit | 03102722848db6d9cd5ad402419f7c7a959abb85 (patch) | |
tree | be6ae416764b6799bc3b578426881e0672614f2e /lang/cocor | |
parent | 43a5f3594b31c19db2c4773c048b66c3a0cbc8ff (diff) | |
download | ports-03102722848db6d9cd5ad402419f7c7a959abb85.tar.gz ports-03102722848db6d9cd5ad402419f7c7a959abb85.zip |
Notes
Diffstat (limited to 'lang/cocor')
-rw-r--r-- | lang/cocor/Makefile | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/lang/cocor/Makefile b/lang/cocor/Makefile index edbc0d5d576e..1351c7084417 100644 --- a/lang/cocor/Makefile +++ b/lang/cocor/Makefile @@ -3,7 +3,7 @@ PORTNAME= cocor PORTVERSION= 1.7 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= lang MASTER_SITES= ftp://ftp.psg.com/pub/modula-2/coco/ \ ftp://ftp.ssw.uni-linz.ac.at/pub/Coco/C/ \ @@ -45,5 +45,13 @@ do-install: @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} ${INSTALL_DATA} ${WRKSRC}/samples/*.atg ${STAGEDIR}${EXAMPLESDIR} ${INSTALL_DATA} ${WRKSRC}/samples/*.inp ${STAGEDIR}${EXAMPLESDIR} +.for f in xref pretty taste + ${CHMOD} u+w ${STAGEDIR}${PREFIX}/lib/cocor/taste/${f} + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/cocor/taste/${f} + ${CHMOD} u-w ${STAGEDIR}${PREFIX}/lib/cocor/taste/${f} + ${CHMOD} u+w ${STAGEDIR}${PREFIX}/lib/cocor/taste_cp/${f} + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/cocor/taste_cp/${f} + ${CHMOD} u-w ${STAGEDIR}${PREFIX}/lib/cocor/taste_cp/${f} +.endfor .include <bsd.port.mk> |