|
Lines 19-24
Link Here
|
| 19 |
PLIST_FILES= share/games/fortune/futurama share/games/fortune/futurama.dat |
19 |
PLIST_FILES= share/games/fortune/futurama share/games/fortune/futurama.dat |
| 20 |
PLIST_DIRS= share/games/fortune share/games |
20 |
PLIST_DIRS= share/games/fortune share/games |
| 21 |
|
21 |
|
|
|
22 |
PKGMESSAGE= ${WRKDIR}/pkg-message |
| 23 |
|
| 24 |
post-patch: |
| 25 |
@${CAT} pkg-message | ${SED} 's|PREFIX|${PREFIX}|' > ${PKGMESSAGE} |
| 26 |
|
| 22 |
do-build: |
27 |
do-build: |
| 23 |
@cd ${WRKSRC} && /usr/games/strfile futurama |
28 |
@cd ${WRKSRC} && /usr/games/strfile futurama |
| 24 |
|
29 |
|
|
Lines 27-33
Link Here
|
| 27 |
@${MKDIR} ${PREFIX}/share/games/fortune |
32 |
@${MKDIR} ${PREFIX}/share/games/fortune |
| 28 |
@${INSTALL_DATA} ${WRKSRC}/futurama* ${PREFIX}/share/games/fortune |
33 |
@${INSTALL_DATA} ${WRKSRC}/futurama* ${PREFIX}/share/games/fortune |
| 29 |
|
34 |
|
| 30 |
post-install: |
|
|
| 31 |
@${SED} 's#PREFIX#${PREFIX}#' <pkg-message |
| 32 |
|
| 33 |
.include <bsd.port.mk> |
35 |
.include <bsd.port.mk> |