diff options
author | Jun Kuriyama <kuriyama@FreeBSD.org> | 1999-05-05 03:16:44 +0000 |
---|---|---|
committer | Jun Kuriyama <kuriyama@FreeBSD.org> | 1999-05-05 03:16:44 +0000 |
commit | 17c9f182d1e8102380d6f4cd200ce97949f68f80 (patch) | |
tree | e5e884448b1b606cfcc46f388d2774bddbaa5dce /sysutils/wmmount/Makefile | |
parent | 0b03f330199635ebe46d57f7648854b3a2addddb (diff) | |
download | ports-17c9f182d1e8102380d6f4cd200ce97949f68f80.tar.gz ports-17c9f182d1e8102380d6f4cd200ce97949f68f80.zip |
Notes
Diffstat (limited to 'sysutils/wmmount/Makefile')
-rw-r--r-- | sysutils/wmmount/Makefile | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/sysutils/wmmount/Makefile b/sysutils/wmmount/Makefile index a8f0ef369045..8a14a03bb5b3 100644 --- a/sysutils/wmmount/Makefile +++ b/sysutils/wmmount/Makefile @@ -3,7 +3,7 @@ # Date created: 04 Janyary 1999 # Whom: Sergey Osokin aka oZZ <ozz@FreeBSD.org.ru> # -# $Id: Makefile,v 1.1.1.1 1999/02/28 11:17:14 kuriyama Exp $ +# $Id: Makefile,v 1.2 1999/02/28 15:24:16 kuriyama Exp $ # DISTNAME= wmmount @@ -21,7 +21,11 @@ USE_IMAKE= yes NO_INSTALL_MANPAGES= yes post-extract: - @ ${WRKSRC}/system.wmmount.awk >${WRKSRC}/system.wmmount + @ if [ -r /etc/fstab ]; then \ + ${WRKSRC}/system.wmmount.awk >${WRKSRC}/system.wmmount; \ + else \ + ${CP} ${WRKSRC}/system.wmmount.eg ${WRKSRC}/system.wmmount; \ + fi do-install: @ ${MKDIR} ${PREFIX}/lib/X11/wmmount |