diff options
author | miwi <miwi@FreeBSD.org> | 2012-05-22 23:24:42 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2012-05-22 23:24:42 +0800 |
commit | 4c47aaae8b26c7c4e641895b848eb1a007850a97 (patch) | |
tree | e5709abb93ca2d4cabdaafcd9c5a8ac3f1839ea0 /textproc | |
parent | 11b9359ee48d662099b1018960ca195cd86fba1b (diff) | |
download | freebsd-ports-graphics-4c47aaae8b26c7c4e641895b848eb1a007850a97.tar.gz freebsd-ports-graphics-4c47aaae8b26c7c4e641895b848eb1a007850a97.tar.zst freebsd-ports-graphics-4c47aaae8b26c7c4e641895b848eb1a007850a97.zip |
- Fix install
- Add LICENSE
- Add MAKE_JOBS_SAFE
PR: 168047
Submitted by: Ports Fury
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/opensched/Makefile | 18 | ||||
-rw-r--r-- | textproc/opensched/files/patch-af | 2 | ||||
-rw-r--r-- | textproc/opensched/pkg-descr | 2 |
3 files changed, 9 insertions, 13 deletions
diff --git a/textproc/opensched/Makefile b/textproc/opensched/Makefile index 37d594153bf..d6f3bdf3a0f 100644 --- a/textproc/opensched/Makefile +++ b/textproc/opensched/Makefile @@ -14,21 +14,17 @@ MASTER_SITES= http://hitachi-id.com/dlsoftware/opensched/ MAINTAINER= ports@FreeBSD.org COMMENT= A project scheduler -BUILD_DEPENDS= latex:${PORTSDIR}/print/teTeX +LICENSE= GPLv2 USE_GMAKE= yes +ALL_TARGET= build +MAKE_JOBS_SAFE= yes MAN1= opensched.1 PLIST_FILES= bin/opensched -.include <bsd.port.pre.mk> +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/src/opensched ${PREFIX}/bin + ${INSTALL_MAN} ${WRKSRC}/doc/opensched.1 ${MANPREFIX}/man/man1 -.if ${ARCH} == "i386" -BROKEN= Does not install -.endif - -.if ${ARCH} == "alpha" -BROKEN= Does not compile -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/textproc/opensched/files/patch-af b/textproc/opensched/files/patch-af index 66eff41cd37..b11f8d9cade 100644 --- a/textproc/opensched/files/patch-af +++ b/textproc/opensched/files/patch-af @@ -2,7 +2,7 @@ +++ src/Makefile Sat Oct 19 15:13:56 2002 @@ -1,6 +1,6 @@ -CFLAGS=-Wall -g -+CFLAGS+=-Wall -g ++CFLAGS+=-Wall LIBS=-lm -CC=gcc +CC?=cc diff --git a/textproc/opensched/pkg-descr b/textproc/opensched/pkg-descr index b7030e73156..dd5b747c3fe 100644 --- a/textproc/opensched/pkg-descr +++ b/textproc/opensched/pkg-descr @@ -3,4 +3,4 @@ description file that describes what must be done and who can do what work, and it automatically assigns work to people, and schedules the entire project. -WWW: http://mtechit.com/dlsoftware/opensched/ +WWW: http://hitachi-id.com/dlsoftware/opensched/ |