|
Lines 204-210
Link Here
|
| 204 |
> ${PREFIX}/etc/rc.d/pgsql.sh |
204 |
> ${PREFIX}/etc/rc.d/pgsql.sh |
| 205 |
@ ${CHMOD} 554 ${PREFIX}/etc/rc.d/pgsql.sh |
205 |
@ ${CHMOD} 554 ${PREFIX}/etc/rc.d/pgsql.sh |
| 206 |
@ ${CHOWN} root.pgsql ${PREFIX}/etc/rc.d/pgsql.sh |
206 |
@ ${CHOWN} root.pgsql ${PREFIX}/etc/rc.d/pgsql.sh |
| 207 |
@ ${INSTALL_DATA} ${FILESDIR}/post-install-notes ${PREFIX}/pgsql |
207 |
@ ${SED} -e 's#%%PREFIX%%#${PREFIX}#' < ${FILESDIR}/post-install-notes \ |
|
|
208 |
> ${PREFIX}/pgsql/post-install-notes |
| 208 |
.if defined(WITHOUT_MULTIBYTE) |
209 |
.if defined(WITHOUT_MULTIBYTE) |
| 209 |
@${CP} ${TMPPLIST} ${TMPPLIST}.nomulti |
210 |
@${CP} ${TMPPLIST} ${TMPPLIST}.nomulti |
| 210 |
@${GREP} -v pgsql/bin/pg_encoding ${TMPPLIST}.nomulti > ${TMPPLIST} |
211 |
@${GREP} -v pgsql/bin/pg_encoding ${TMPPLIST}.nomulti > ${TMPPLIST} |
|
Lines 248-254
Link Here
|
| 248 |
# ${INSTALL_MAN} ${WRKDIR}/${DISTNAME}/doc/*ps.gz ${PREFIX}/share/doc/pgsql |
249 |
# ${INSTALL_MAN} ${WRKDIR}/${DISTNAME}/doc/*ps.gz ${PREFIX}/share/doc/pgsql |
| 249 |
.endif |
250 |
.endif |
| 250 |
.if !defined(BATCH) |
251 |
.if !defined(BATCH) |
| 251 |
@ more -e ${FILESDIR}/post-install-notes |
252 |
@ ${SED} -e "s#%%PREFIX%%#${PREFIX}#" ${FILESDIR}/post-install-notes | more |
| 252 |
.endif |
253 |
.endif |
| 253 |
.if !defined(DEBUG_FLAGS) |
254 |
.if !defined(DEBUG_FLAGS) |
| 254 |
.for file in ecpg pg_dump pg_id pg_passwd pg_version postgres psql |
255 |
.for file in ecpg pg_dump pg_id pg_passwd pg_version postgres psql |