diff options
author | roam <roam@FreeBSD.org> | 2001-09-03 09:51:56 +0000 |
---|---|---|
committer | roam <roam@FreeBSD.org> | 2001-09-03 09:51:56 +0000 |
commit | e8975aaea6d96be7d098c127810da2264a149e34 (patch) | |
tree | e228d84c1117335668ecd2b108ac75425388401d /sysutils/penv | |
parent | 1997a51ee021825ad69f793d3a02c8152c61a0fa (diff) | |
download | FreeBSD-ports-e8975aaea6d96be7d098c127810da2264a149e34.zip FreeBSD-ports-e8975aaea6d96be7d098c127810da2264a149e34.tar.gz |
Update to 1.0, which adds the ability to only list the environment
changes without executing anything. Also, the config file path,
the paths to envdir and printenv and the database dir path are now
dynamically adjusted in both the manual page and the sample config file.
Diffstat (limited to 'sysutils/penv')
-rw-r--r-- | sysutils/penv/Makefile | 11 | ||||
-rw-r--r-- | sysutils/penv/distinfo | 2 |
2 files changed, 2 insertions, 11 deletions
diff --git a/sysutils/penv/Makefile b/sysutils/penv/Makefile index d6e6919..b4f23b1 100644 --- a/sysutils/penv/Makefile +++ b/sysutils/penv/Makefile @@ -6,7 +6,7 @@ # PORTNAME= penv -PORTVERSION= 1.0.b2 +PORTVERSION= 1.0 CATEGORIES= sysutils MASTER_SITES= http://devel.ringlet.net/sysutils/penv/ DISTNAME= ${PORTNAME}-${PORTVERSION:S/.b/pre/} @@ -27,15 +27,6 @@ MAKE_ENV+= RELEASE=yes DBDIR?= /var/db/${PORTNAME} -PREFIXCONF= penv.1 penv.conf.default -DBCONF= pathnames.h penv.1 penv.conf.default - -post-patch: - ${PERL} -pi.pfx -e "s,/usr/local,${PREFIX},g" \ - ${PREFIXCONF:S,^,${WRKSRC}/,} - ${PERL} -pi.dbdir -e "s,/var/db/penv,${DBDIR},g" \ - ${DBCONF:S,^,${WRKSRC}/,} - post-install: ${MKDIR} ${PREFIX}/etc ${INSTALL_DATA} ${WRKSRC}/penv.conf.default ${PREFIX}/etc diff --git a/sysutils/penv/distinfo b/sysutils/penv/distinfo index 84494d0..2f10a0d 100644 --- a/sysutils/penv/distinfo +++ b/sysutils/penv/distinfo @@ -1 +1 @@ -MD5 (penv-1.0pre2.tar.gz) = fa90ea7b97b88b25a36d339c7544c2db +MD5 (penv-1.0.tar.gz) = 112ae0fd501a8e4e4a364ebc3012f46f |