diff options
author | bapt <bapt@FreeBSD.org> | 2013-05-05 04:06:02 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-05-05 04:06:02 +0800 |
commit | f14531ebc7b490eac16e65a52b2564624871e548 (patch) | |
tree | 891f320c20ae5f5b86a11a2895532771881293d5 /security | |
parent | 272560c4561905b8983ec8ed3688a0fbf0005e39 (diff) | |
download | freebsd-ports-gnome-f14531ebc7b490eac16e65a52b2564624871e548.tar.gz freebsd-ports-gnome-f14531ebc7b490eac16e65a52b2564624871e548.tar.zst freebsd-ports-gnome-f14531ebc7b490eac16e65a52b2564624871e548.zip |
Fix after conversion to new options framework
Diffstat (limited to 'security')
-rw-r--r-- | security/ftimes/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/ftimes/Makefile b/security/ftimes/Makefile index 0fd53f149804..cfd26221397d 100644 --- a/security/ftimes/Makefile +++ b/security/ftimes/Makefile @@ -81,4 +81,4 @@ PLIST_SUB+= XMAGIC="@comment " post-install: ${STRIP_CMD} ${PREFIX}/bin/ftimes -.include <bsd.port.mk> +.include <bsd.port.post.mk> |