diff options
author | Oliver Lehmann <oliver@FreeBSD.org> | 2003-08-09 22:46:05 +0000 |
---|---|---|
committer | Oliver Lehmann <oliver@FreeBSD.org> | 2003-08-09 22:46:05 +0000 |
commit | a829f7f86126cef8147cc69d0f828b99de052f8a (patch) | |
tree | 0e54720062825e31b384c5c0c0ed04d6f209ddee /french/homard/Makefile | |
parent | aef543558917d6d3e4f0bf06ca33e93e4e9470ad (diff) | |
download | ports-a829f7f86126cef8147cc69d0f828b99de052f8a.tar.gz ports-a829f7f86126cef8147cc69d0f828b99de052f8a.zip |
- a typo has been introduced with portrevision 1, and the script homard was
unusable
- chase the upgrade from py22 to py23
- bump PORTREVISION
Notes
Notes:
svn path=/head/; revision=86688
Diffstat (limited to 'french/homard/Makefile')
-rw-r--r-- | french/homard/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/french/homard/Makefile b/french/homard/Makefile index 7a22d6dd80a4..c225c512e900 100644 --- a/french/homard/Makefile +++ b/french/homard/Makefile @@ -7,7 +7,7 @@ PORTNAME= homard PORTVERSION= 5.5 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= french cad linux python MASTER_SITES= http://www.code-aster.org/FICHIERS/homard/ DISTNAME= ${PORTNAME}_linux_${PORTVERSION} @@ -49,9 +49,9 @@ PLIST_SUB= HOMARDDIR=${LHOMARDDIR} AHPY=${LHOMARDDIR}/${AHPY} \ BRANDELF?= /usr/bin/brandelf post-patch: - @${REINPLACE_CMD} -e "s#HOMARD_REP_PRO=/??????#HOMARD_REP_PRO=${ASTER_TOOLS}#" \ - -e "s#HOMARD_REP_EXE=/??????#HOMARD_REP_EXE=${PREFIX}/bin#" \ - -e "s#/??????#${PYTHON_CMD}#" \ + @${REINPLACE_CMD} -e "s#HOMARD_REP_PRO=??????#HOMARD_REP_PRO=${ASTER_TOOLS}#" \ + -e "s#HOMARD_REP_EXE=??????#HOMARD_REP_EXE=${PREFIX}/bin#" \ + -e "s#PYTHON_EXE=??????#PYTHON_EXE=${PYTHON_CMD}#" \ ${WRKSRC}/${PORTNAME} @${CHMOD} u+w ${WRKSRC}/${AHPY} |