diff options
author | Peter Pentchev <roam@FreeBSD.org> | 2001-09-03 09:51:56 +0000 |
---|---|---|
committer | Peter Pentchev <roam@FreeBSD.org> | 2001-09-03 09:51:56 +0000 |
commit | 10f3eb1bc91e80468ac5f1875dcee01fe8d833aa (patch) | |
tree | b19767464343043e1b83b80a4143fd76e5981400 /sysutils/penv/Makefile | |
parent | Update to the 0.1 release. (diff) |
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.
Notes
Notes:
svn path=/head/; revision=47353
Diffstat (limited to 'sysutils/penv/Makefile')
-rw-r--r-- | sysutils/penv/Makefile | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/sysutils/penv/Makefile b/sysutils/penv/Makefile index d6e6919330e7..b4f23b1d9413 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 |