diff options
author | kris <kris@FreeBSD.org> | 2002-10-20 18:05:53 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2002-10-20 18:05:53 +0800 |
commit | a7a7d261cbbaacdfdc88c11a11b06bf26e534850 (patch) | |
tree | ee9e11d41f1b6c5bc1166a3167ac04271697eea0 /comms/efax/Makefile | |
parent | a94357a5f70a938faa00bd7308d88a23c4d87d72 (diff) | |
download | freebsd-ports-gnome-a7a7d261cbbaacdfdc88c11a11b06bf26e534850.tar.gz freebsd-ports-gnome-a7a7d261cbbaacdfdc88c11a11b06bf26e534850.tar.zst freebsd-ports-gnome-a7a7d261cbbaacdfdc88c11a11b06bf26e534850.zip |
Respect CC and CFLAGS, and fix build on -current (use POSIX syntax for
chown)
Diffstat (limited to 'comms/efax/Makefile')
-rw-r--r-- | comms/efax/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/comms/efax/Makefile b/comms/efax/Makefile index 18ea418292fc..c3073cc0c7db 100644 --- a/comms/efax/Makefile +++ b/comms/efax/Makefile @@ -29,7 +29,7 @@ post-build: ${WRKSRC}/fax post-install: - ${CHOWN} uucp.dialer ${PREFIX}/bin/efax + ${CHOWN} uucp:dialer ${PREFIX}/bin/efax ${CHMOD} 4755 ${PREFIX}/bin/efax ${INSTALL_DATA} ${WRKSRC}/efax.rc.sample ${PREFIX}/etc ${INSTALL_DATA} ${WRKSRC}/efax.rc.sample.ja ${PREFIX}/etc |