diff options
author | adamw <adamw@FreeBSD.org> | 2003-07-11 01:52:46 +0000 |
---|---|---|
committer | adamw <adamw@FreeBSD.org> | 2003-07-11 01:52:46 +0000 |
commit | 58d9db2211c4e319ab11936f578e3916f0ee5810 (patch) | |
tree | 1b95af58a52673b9d92515fdb772fad9ca501a1c /sysutils/portsman | |
parent | d0f57aad39ff9b9c987c3cf1320e0b5ea936a212 (diff) | |
download | FreeBSD-ports-58d9db2211c4e319ab11936f578e3916f0ee5810.zip FreeBSD-ports-58d9db2211c4e319ab11936f578e3916f0ee5810.tar.gz |
Fix install on machines without automake installed.
Diffstat (limited to 'sysutils/portsman')
-rw-r--r-- | sysutils/portsman/Makefile | 7 | ||||
-rw-r--r-- | sysutils/portsman/files/patch-config:Makefile.am | 6 |
2 files changed, 6 insertions, 7 deletions
diff --git a/sysutils/portsman/Makefile b/sysutils/portsman/Makefile index 0517604..b35e802 100644 --- a/sysutils/portsman/Makefile +++ b/sysutils/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> diff --git a/sysutils/portsman/files/patch-config:Makefile.am b/sysutils/portsman/files/patch-config:Makefile.am deleted file mode 100644 index d1188aa..0000000 --- a/sysutils/portsman/files/patch-config:Makefile.am +++ /dev/null @@ -1,6 +0,0 @@ ---- config/Makefile.am.dist Wed Jan 29 13:55:33 2003 -+++ config/Makefile.am Sat May 24 16:13:00 2003 -@@ -1,2 +1,2 @@ --pmanrcdir = $(prefix)/etc -+pmanrcdir = $(prefix)/etc/portsman - dist_pmanrc_DATA = portsmanrc.sample |