diff options
author | Christian Weisgerber <naddy@FreeBSD.org> | 2012-07-18 18:50:02 +0800 |
---|---|---|
committer | Christian Weisgerber <naddy@FreeBSD.org> | 2012-07-18 18:50:02 +0800 |
commit | 1a62f945ade4c0d1cce62defd789ccc70644aa3b (patch) | |
tree | ba04479f1d5280cc7668c0b53d0e5fe1c17cf519 /devel | |
parent | 3f1ef3119453575769632e4b1ddfaae89e66f39e (diff) | |
download | freebsd-ports-gnome-1a62f945ade4c0d1cce62defd789ccc70644aa3b.tar.gz freebsd-ports-gnome-1a62f945ade4c0d1cce62defd789ccc70644aa3b.tar.zst freebsd-ports-gnome-1a62f945ade4c0d1cce62defd789ccc70644aa3b.zip |
Fix man page error and remove gmake dependency.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/cvsps/Makefile | 5 | ||||
-rw-r--r-- | devel/cvsps/files/patch-Makefile | 12 | ||||
-rw-r--r-- | devel/cvsps/files/patch-cvsps.1 | 13 |
3 files changed, 26 insertions, 4 deletions
diff --git a/devel/cvsps/Makefile b/devel/cvsps/Makefile index ededd6b3c82a..74bb84f52d41 100644 --- a/devel/cvsps/Makefile +++ b/devel/cvsps/Makefile @@ -8,16 +8,13 @@ PORTNAME= cvsps PORTVERSION= 2.1 -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= http://www.cobite.com/cvsps/ MAINTAINER= ports@FreeBSD.org COMMENT= Create patchset information from CVS -USE_GMAKE= yes -ALL_TARGET= cvsps - CONFLICTS= cvsps-devel-* MAN1= cvsps.1 diff --git a/devel/cvsps/files/patch-Makefile b/devel/cvsps/files/patch-Makefile new file mode 100644 index 000000000000..65fdd791c3ee --- /dev/null +++ b/devel/cvsps/files/patch-Makefile @@ -0,0 +1,12 @@ +--- Makefile.orig 2012-07-18 12:44:35.000000000 +0200 ++++ Makefile 2012-07-18 12:44:52.000000000 +0200 +@@ -23,6 +23,9 @@ all: cvsps + cvsps: $(OBJS) + $(CC) -o cvsps $(OBJS) -lz + ++.c.o: ++ $(CC) $(CFLAGS) -c -o $@ $< ++ + install: + [ -d $(prefix)/bin ] || mkdir -p $(prefix)/bin + [ -d $(prefix)/share/man/man1 ] || mkdir -p $(prefix)/share/man/man1 diff --git a/devel/cvsps/files/patch-cvsps.1 b/devel/cvsps/files/patch-cvsps.1 new file mode 100644 index 000000000000..3b95712f2dee --- /dev/null +++ b/devel/cvsps/files/patch-cvsps.1 @@ -0,0 +1,13 @@ +--- cvsps.1.orig 2012-07-18 12:45:04.000000000 +0200 ++++ cvsps.1 2012-07-18 12:45:11.000000000 +0200 +@@ -10,8 +10,8 @@ repository. A patchset in this case is + to a collection of files, and all committed at the same time (using a + single 'cvs commit' command). This information is valuable to seeing the + big picture of the evolution of a cvs project. While cvs tracks revision +-information, it is often difficult to see what changes were committed +-'atomically' to the repository. ++information, it is often difficult to see what changes were ++committed 'atomically' to the repository. + .SH OPTIONS + .TP + .B \-h |