diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2002-06-26 10:52:08 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2002-06-26 10:52:08 +0000 |
commit | 8c3735292205b2dac7c14f9e6f141ce41bf67bc2 (patch) | |
tree | fad3881069962c4225d331ab07dc398a91faca1a /textproc/scrollkeeper | |
parent | 31bc4f36d7173e4ff994a6eeafa2c3de957f4805 (diff) |
Notes
Diffstat (limited to 'textproc/scrollkeeper')
-rw-r--r-- | textproc/scrollkeeper/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/textproc/scrollkeeper/Makefile b/textproc/scrollkeeper/Makefile index 5b37c03f5edd..cd03f6698aa8 100644 --- a/textproc/scrollkeeper/Makefile +++ b/textproc/scrollkeeper/Makefile @@ -10,7 +10,7 @@ PORTVERSION= 0.3.9 PORTEPOCH= 1 CATEGORIES= textproc gnome MASTER_SITES= ${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR= pre-gnome2/releases/gnome-2.0-desktop-rc1 +MASTER_SITE_SUBDIR= pre-gnome2/releases/gnome-2.0-desktop-rc2 DIST_SUBDIR= gnome2 MAINTAINER= gnome@FreeBSD.org @@ -62,9 +62,7 @@ post-patch: ${WRKSRC}/cl/src/update.c @${REINPLACE_CMD} -e 's|[%][%]LOCALBASE[%][%]|${LOCALBASE}|g' \ ${WRKSRC}/extract/dtds/Makefile.in - .if !defined(BATCH) && !defined(PACKAGE_BUILDING) -pre-install: @${SH} ${PKGINSTALL} ${PKGNAME} PRE-INSTALL .endif |