diff options
author | pgollucci <pgollucci@FreeBSD.org> | 2010-06-10 11:35:56 +0800 |
---|---|---|
committer | pgollucci <pgollucci@FreeBSD.org> | 2010-06-10 11:35:56 +0800 |
commit | 7da94cdd4fe62c829724d5e1d800140348c96de0 (patch) | |
tree | 24d14c357cee8b5e34b041a59ef8e4eee9c5eab1 /misc | |
parent | 6a5640513fc82d168800306d657ea7f79e546b5c (diff) | |
download | freebsd-ports-gnome-7da94cdd4fe62c829724d5e1d800140348c96de0.tar.gz freebsd-ports-gnome-7da94cdd4fe62c829724d5e1d800140348c96de0.tar.zst freebsd-ports-gnome-7da94cdd4fe62c829724d5e1d800140348c96de0.zip |
- Remove dep on devel/freelibiberty its been in base for a decade.
- Submitter is now maintainer
PR: ports/147709
Submitted by: "James P. Howard, II" <jh@jameshoward.us>
Diffstat (limited to 'misc')
-rw-r--r-- | misc/freedialog/Makefile | 8 | ||||
-rw-r--r-- | misc/freedialog/files/patch-aa | 12 |
2 files changed, 11 insertions, 9 deletions
diff --git a/misc/freedialog/Makefile b/misc/freedialog/Makefile index 7e21d2e073bd..7896abe4c51d 100644 --- a/misc/freedialog/Makefile +++ b/misc/freedialog/Makefile @@ -8,16 +8,12 @@ PORTNAME= freedialog PORTVERSION= 0.3 CATEGORIES= misc -MASTER_SITES= http://www.vocito.com/downloads/software/dialog/ +MASTER_SITES= ftp://ftp.jameshoward.us/pub/howardjp/dialog/ DISTNAME= dialog-${PORTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= jh@jameshoward.us COMMENT= An implementation of dialog(1) under a BSD-friendly license -BUILD_DEPENDS= ${LOCALBASE}/lib/libiberty.so:${PORTSDIR}/devel/freelibiberty - -CFLAGS+= -I${LOCALBASE}/include/freelibiberty - MAN1= dialog.1 PLIST_FILES= bin/dialog diff --git a/misc/freedialog/files/patch-aa b/misc/freedialog/files/patch-aa index e5db8832e905..1194307dd04f 100644 --- a/misc/freedialog/files/patch-aa +++ b/misc/freedialog/files/patch-aa @@ -1,6 +1,6 @@ ---- Makefile.orig Sat Oct 30 19:06:26 1999 -+++ Makefile Sat Oct 30 19:06:09 1999 -@@ -1,3 +1,8 @@ +--- Makefile.orig 1999-10-30 17:40:50.000000000 -0500 ++++ Makefile 2010-06-08 20:29:51.000000000 -0500 +@@ -1,8 +1,13 @@ +DESTDIR= ${PREFIX} +BINDIR= /bin +MANDIR= /man/man @@ -9,3 +9,9 @@ PROG= dialog SRCS= dialog.c + CFLAGS+= -I/usr/local/include -Wall -pedantic + +-LDADD= -ldialog -L/usr/local/lib/ -liberty ++LDADD= -ldialog + + .include <bsd.prog.mk> |