mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-25 04:43:33 +00:00
20 lines
463 B
Plaintext
20 lines
463 B
Plaintext
--- ./sgmlfmt/Makefile.orig 2014-06-10 08:00:07.272462749 +0900
|
|
+++ ./sgmlfmt/Makefile 2014-06-10 08:01:56.855462177 +0900
|
|
@@ -1,6 +1,6 @@
|
|
# $Id$
|
|
|
|
-FILES= sgmlfmt
|
|
+SCRIPTS= sgmlfmt
|
|
CLEANFILES= sgmlfmt
|
|
MAN1= sgmlfmt.1
|
|
|
|
@@ -13,7 +13,7 @@
|
|
sed -e 's|##PERL##|${PREFIX}/bin/perl|' -e 's|##PREFIX##|${PREFIX}|' < sgmlfmt.pl > sgmlfmt
|
|
.endif
|
|
|
|
-afterinstall:
|
|
+no-afterinstall:
|
|
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} ${FILES} \
|
|
${BINDIR}
|
|
|