summaryrefslogtreecommitdiff
path: root/ports-mgmt/portsman/Makefile
diff options
context:
space:
mode:
authorAdam Weinberger <adamw@FreeBSD.org>2003-07-11 01:52:46 +0000
committerAdam Weinberger <adamw@FreeBSD.org>2003-07-11 01:52:46 +0000
commit5e444e3ee014c24c61882d3a525ab40081080e16 (patch)
tree0150703a0c3faebf5cb9cecca75c516de1a35add /ports-mgmt/portsman/Makefile
parentUpdate to 1.4.3. (diff)
Fix install on machines without automake installed.
Notes
Notes: svn path=/head/; revision=84626
Diffstat (limited to 'ports-mgmt/portsman/Makefile')
-rw-r--r--ports-mgmt/portsman/Makefile7
1 files changed, 6 insertions, 1 deletions
diff --git a/ports-mgmt/portsman/Makefile b/ports-mgmt/portsman/Makefile
index 05176046ef0d..b35e802acdb8 100644
--- a/ports-mgmt/portsman/Makefile
+++ b/ports-mgmt/portsman/Makefile
@@ -7,6 +7,7 @@
PORTNAME= portsman
PORTVERSION= 0.2
+PORTREVISION= 1
CATEGORIES= sysutils
MASTER_SITES= http://download.berlios.de/portsman/
# temporary
@@ -23,7 +24,11 @@ LIB_DEPENDS= ncurses.5:${PORTSDIR}/devel/ncurses
MAN1= portsman.1
MAN5= portsmanrc.5
-USE_GZIP= yes
GNU_CONFIGURE= yes
+USE_REINPLACE= yes
+
+post-patch:
+ @${REINPLACE_CMD} -e "/^pmanrcdir/s|etc$$|etc/portsman|" \
+ ${WRKSRC}/config/Makefile.in
.include <bsd.port.post.mk>