opnsense-ports/textproc/sgmlformat/files/patch-transpec-_Makefile
Franco Fichtner 8cb1a96ede ports: pull in a snapshot of the FreeBSD ports tree
Taken from:	https://github.com/freebsd/freebsd-ports.git
Commit id:	5070672073b68be364139bc6b3a89100bd17d331
2014-11-09 14:03:21 +01:00

16 lines
393 B
Text

--- transpec/Makefile.orig 2014-06-10 21:01:50.280462342 +0900
+++ transpec/Makefile 2014-06-10 21:42:02.463462646 +0900
@@ -9,11 +9,9 @@
all clean cleandir depend lint tags:
-beforeinstall:
- @mkdir -p ${TRANSPEC_DIR}
-
afterinstall:
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 444 ${FILES} \
- ${TRANSPEC_DIR}
+ ${STAGEDIR}${PREFIX}/share/sgml/transpec/
.include <bsd.prog.mk>
+