diff options
author | dinoex <dinoex@FreeBSD.org> | 2006-12-31 20:16:29 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2006-12-31 20:16:29 +0800 |
commit | db9c25a75109404128c176a5d4289705b0174feb (patch) | |
tree | 7929afccb60cda5375104ece580650a0f8784da8 /misc/proj4 | |
parent | 2f8aa1396054d1233f46238710458e995cddb594 (diff) | |
download | freebsd-ports-gnome-db9c25a75109404128c176a5d4289705b0174feb.tar.gz freebsd-ports-gnome-db9c25a75109404128c176a5d4289705b0174feb.tar.zst freebsd-ports-gnome-db9c25a75109404128c176a5d4289705b0174feb.zip |
- fix build for FreeBSD 4.x
Diffstat (limited to 'misc/proj4')
-rw-r--r-- | misc/proj4/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/misc/proj4/Makefile b/misc/proj4/Makefile index b3e2ad374dc6..9e6a3fe57fd0 100644 --- a/misc/proj4/Makefile +++ b/misc/proj4/Makefile @@ -22,6 +22,9 @@ BUILD_WRKSRC= ${WRKSRC}/src MAN1= geod.1 nad2nad.1 proj.1 MAN3= pj_init.3 +post-configure: + ${REINPLACE_CMD} -e 's|make|gmake|' ${WRKSRC}/install + do-install: cd ${WRKSRC} && ${SH} install |