diff options
author | joerg <joerg> | 2006-01-13 18:01:52 +0000 |
---|---|---|
committer | joerg <joerg> | 2006-01-13 18:01:52 +0000 |
commit | cb35750c2efce95f8bda3eee4fa497abc546f342 (patch) | |
tree | acfa188c8376d19ceb67ae8e9f6fd2955ebc52fb /sysutils | |
parent | c0c5e550db40c68ab870fe6625fe04a51f04e20d (diff) | |
download | pkgsrc-cb35750c2efce95f8bda3eee4fa497abc546f342.tar.gz |
DJB's unportable error.h is called src/error.h here. *sigh*
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/daemontools/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sysutils/daemontools/Makefile b/sysutils/daemontools/Makefile index 3e772150f23..876fd5cf753 100644 --- a/sysutils/daemontools/Makefile +++ b/sysutils/daemontools/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.25 2006/01/11 09:27:27 schmonz Exp $ +# $NetBSD: Makefile,v 1.26 2006/01/13 18:01:52 joerg Exp $ DISTNAME= daemontools-0.76 CATEGORIES= sysutils @@ -28,6 +28,8 @@ DEINSTALL_FILE= ${WRKDIR}/.DEINSTALL INSTALLATION_DIRS= bin man man/man8 share/examples/daemontools +SUBST_FILES.djbware+= src/error.h + post-build: ${SED} -e "s,@@PREFIX@@,${PREFIX}," \ -e "s,@@SERVICEDIR@@,${SERVICEDIR},g" \ |