mirror of
https://git.freebsd.org/ports.git
synced 2025-07-09 21:39:17 -04:00
- Add sample test scripts. - Fix up #!/usr/bin/perl. - Fix ownership and permissions of the installed files.
11 lines
250 B
Text
11 lines
250 B
Text
--- sample/Makefile.orig 2013-06-16 23:58:56.000000000 +0900
|
|
+++ sample/Makefile 2013-06-16 23:59:19.000000000 +0900
|
|
@@ -2,7 +2,7 @@
|
|
# Makefile
|
|
#
|
|
|
|
-AUTORUN=../bin/autorun/autorun
|
|
+AUTORUN= ${.CURDIR}/../bin/autorun
|
|
|
|
check:
|
|
$(AUTORUN) -t INDEX
|