diff options
author | asami <asami@FreeBSD.org> | 2000-01-17 20:22:46 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 2000-01-17 20:22:46 +0800 |
commit | 672345a9efcdf5740f4159458ff2c6a109173286 (patch) | |
tree | 1f798f42637412a3e8aa6da9e13843045a9cce2d /shells | |
parent | 3407abec9f39917f0c1e8f94e0e69a0571042346 (diff) | |
download | freebsd-ports-gnome-672345a9efcdf5740f4159458ff2c6a109173286.tar.gz freebsd-ports-gnome-672345a9efcdf5740f4159458ff2c6a109173286.tar.zst freebsd-ports-gnome-672345a9efcdf5740f4159458ff2c6a109173286.zip |
Don't include bsd.port.pre.mk twice.
Diffstat (limited to 'shells')
-rw-r--r-- | shells/flash/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shells/flash/Makefile b/shells/flash/Makefile index 25e002fbee4e..6450c6b123b8 100644 --- a/shells/flash/Makefile +++ b/shells/flash/Makefile @@ -67,4 +67,4 @@ post-install: @${ECHO} "it to work properly." @${ECHO} -.include <bsd.port.mk> +.include <bsd.port.post.mk> |