diff options
author | itetcu <itetcu@FreeBSD.org> | 2006-08-22 05:21:20 +0800 |
---|---|---|
committer | itetcu <itetcu@FreeBSD.org> | 2006-08-22 05:21:20 +0800 |
commit | 316c02ac04e43e4b05d7e963b16be81c42eca931 (patch) | |
tree | b66213fcc2c722cbb8cba12aa27b15b0fbe3fc20 /deskutils | |
parent | 4d4562a2a716a1c1e8a6bef5c12fda77b00384dc (diff) | |
download | freebsd-ports-gnome-316c02ac04e43e4b05d7e963b16be81c42eca931.tar.gz freebsd-ports-gnome-316c02ac04e43e4b05d7e963b16be81c42eca931.tar.zst freebsd-ports-gnome-316c02ac04e43e4b05d7e963b16be81c42eca931.zip |
- Petted Lint
- Added Mirror (use it instead of unreliable mastersite)
- Added patch so port will build in 7-CURRENT
PR: ports/102328
Submitted by: Beech Rintoul (maintainer)
Diffstat (limited to 'deskutils')
-rw-r--r-- | deskutils/gtkjournal/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/deskutils/gtkjournal/Makefile b/deskutils/gtkjournal/Makefile index a34d362d8ca9..75fff6ef7c44 100644 --- a/deskutils/gtkjournal/Makefile +++ b/deskutils/gtkjournal/Makefile @@ -9,7 +9,7 @@ PORTNAME= gtkjournal PORTVERSION= 0.3.5.b PORTREVISION= 7 CATEGORIES= deskutils gnome -MASTER_SITES= http://linuxhelp.homeunix.com/gtkjournal/files/ +MASTER_SITES= http://www.alaskaparadise.com/freebsd/ DISTNAME= ${PORTNAME}-${PORTVERSION:R}${PORTVERSION:E} MAINTAINER= beech@alaskaparadise.com @@ -25,7 +25,7 @@ USE_GMAKE= yes GNU_CONFIGURE= yes USE_GNOME= gnomehack lthack gnometarget CONFIGURE_ARGS= --enable-gtkspell -INSTALLS_SHLIB= yes +USE_LDCONFIG= yes MAN1= ${PORTNAME}.1 |