diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2005-11-30 00:53:22 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2005-11-30 00:53:22 +0000 |
commit | c11a3b5dbe060fb142d848310a360e9608d30f11 (patch) | |
tree | 1f87ad8e4518bff871b2e2aab29e99f6e7ada472 /editors/rospell | |
parent | 2769f0eabcca687c1930f449b1136e79e1ce4bca (diff) | |
download | ports-c11a3b5dbe060fb142d848310a360e9608d30f11.tar.gz ports-c11a3b5dbe060fb142d848310a360e9608d30f11.zip |
Notes
Diffstat (limited to 'editors/rospell')
-rw-r--r-- | editors/rospell/Makefile | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/editors/rospell/Makefile b/editors/rospell/Makefile index c48050fff736..75b93bdf85d7 100644 --- a/editors/rospell/Makefile +++ b/editors/rospell/Makefile @@ -20,7 +20,7 @@ USE_QT_VER= 3 MAKE_ENV+= PTHREAD_CFLAGS=${PTHREAD_CFLAGS} PTHREAD_LIBS=${PTHREAD_LIBS} CONFIGURE_ENV= QTDIR=${X11BASE} LDFLAGS="${LDFLAGS} ${PTHREAD_LIBS}" -HAS_CONFIGURE= yes +MAKEFILE= BSDmakefile MAN1= rospell.1 @@ -30,10 +30,13 @@ MAN1= rospell.1 IGNORE= doesn't compile properly on 4.x systems .endif +do-configure: + @cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE} -f ${MAKEFILE} dictfiles.h + do-build: - @cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE} + @cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE} -f ${MAKEFILE} ${ALL_TARGET} do-install: - @cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE} install + @cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE} -f ${MAKEFILE} ${INSTALL_TARGET} .include <bsd.port.post.mk> |