diff options
author | sobomax <sobomax@FreeBSD.org> | 2006-02-14 03:19:48 +0800 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2006-02-14 03:19:48 +0800 |
commit | 3c2c69d6a349878158801a8bf8676e8e6dfdb4c6 (patch) | |
tree | df506852393ddbe195c16f1514caaa9068de7dc6 /misc | |
parent | 434e912ed62adf110b10374f42ddbb97ba4da721 (diff) | |
download | freebsd-ports-gnome-3c2c69d6a349878158801a8bf8676e8e6dfdb4c6.tar.gz freebsd-ports-gnome-3c2c69d6a349878158801a8bf8676e8e6dfdb4c6.tar.zst freebsd-ports-gnome-3c2c69d6a349878158801a8bf8676e8e6dfdb4c6.zip |
pre-install -> pre-su-install.
Diffstat (limited to 'misc')
-rw-r--r-- | misc/zaptel/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/zaptel/Makefile b/misc/zaptel/Makefile index d2abf79753e0..97102d98a06c 100644 --- a/misc/zaptel/Makefile +++ b/misc/zaptel/Makefile @@ -43,7 +43,7 @@ post-patch: ${WRKSRC}/test/ztmonitor.c ${WRKSRC}/test/zttool.c \ ${WRKSRC}/ztcfg/ztcfg.c -pre-install: +pre-su-install: @${SED} 's|%%PREFIX%%|${PREFIX}|g' ${PKGDIR}/pkg-message > \ ${PKGMESSAGE} @${SED} 's|%%PREFIX%%|${PREFIX}|g' ${FILESDIR}/zaptel.sh > \ |