diff options
author | adamw <adamw@FreeBSD.org> | 2004-07-29 15:22:10 +0000 |
---|---|---|
committer | adamw <adamw@FreeBSD.org> | 2004-07-29 15:22:10 +0000 |
commit | 73840c1dca468e3df949b9cad52cc2fb17de52eb (patch) | |
tree | 527a8f6ba3fb7dbf8d847c48a8933ba3bd1feae6 /x11 | |
parent | 8c4fc4b8af0d7cc342bc027e7b125639d65b8169 (diff) | |
download | FreeBSD-ports-73840c1dca468e3df949b9cad52cc2fb17de52eb.zip FreeBSD-ports-73840c1dca468e3df949b9cad52cc2fb17de52eb.tar.gz |
Install the gdm/Sessions directory manually.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/gdm2/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/x11/gdm2/Makefile b/x11/gdm2/Makefile index 75f5742..92b1226 100644 --- a/x11/gdm2/Makefile +++ b/x11/gdm2/Makefile @@ -60,6 +60,7 @@ post-install: .if !defined(PACKAGE_BUILDING) @${SETENV} PKG_PREFIX=${PREFIX} ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL .endif + @${MKDIR} ${PREFIX}/etc/gdm/Sessions @${INSTALL_SCRIPT} ${WRKSRC}/gdm.sh.sample ${PREFIX}/etc/rc.d @${SED} -e 's|%%PREFIX%%|${PREFIX}|g' < ${PKGDIR}/pkg-message \ | /usr/bin/fmt 75 79 > ${PKGMESSAGE} |