diff options
author | Erwin Lansing <erwin@FreeBSD.org> | 2010-10-28 21:00:21 +0000 |
---|---|---|
committer | Erwin Lansing <erwin@FreeBSD.org> | 2010-10-28 21:00:21 +0000 |
commit | 74cb9eff53987d665ed6f9ad0cc2f12b0ff6c7b1 (patch) | |
tree | ad48552829801c7ac676a81a3cae90784899deb1 /x11-themes | |
parent | 177bfcca33f906e2fba90964362be8334951b265 (diff) | |
download | ports-74cb9eff53987d665ed6f9ad0cc2f12b0ff6c7b1.tar.gz ports-74cb9eff53987d665ed6f9ad0cc2f12b0ff6c7b1.zip |
Notes
Diffstat (limited to 'x11-themes')
-rw-r--r-- | x11-themes/gtk-aluminumalloy-cryogenic-theme/Makefile | 2 | ||||
-rw-r--r-- | x11-themes/gtk-aluminumalloy-smog-theme/Makefile | 2 | ||||
-rw-r--r-- | x11-themes/gtk-aluminumalloy-toxic-theme/Makefile | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/x11-themes/gtk-aluminumalloy-cryogenic-theme/Makefile b/x11-themes/gtk-aluminumalloy-cryogenic-theme/Makefile index a19e449299e0..b146e27b954c 100644 --- a/x11-themes/gtk-aluminumalloy-cryogenic-theme/Makefile +++ b/x11-themes/gtk-aluminumalloy-cryogenic-theme/Makefile @@ -11,7 +11,7 @@ FLAVOR= cryogenic MASTERDIR= ${.CURDIR}/../gtk-aluminumalloy-volcanic-theme -MD5_FILE= ${.CURDIR}/../gtk-aluminumalloy-cryogenic-theme/distinfo +DISTINFO_FILE= ${.CURDIR}/../gtk-aluminumalloy-cryogenic-theme/distinfo PLIST= ${.CURDIR}/../gtk-aluminumalloy-cryogenic-theme/pkg-plist .include "${MASTERDIR}/Makefile" diff --git a/x11-themes/gtk-aluminumalloy-smog-theme/Makefile b/x11-themes/gtk-aluminumalloy-smog-theme/Makefile index 687947e10e4d..8415cb98e932 100644 --- a/x11-themes/gtk-aluminumalloy-smog-theme/Makefile +++ b/x11-themes/gtk-aluminumalloy-smog-theme/Makefile @@ -11,7 +11,7 @@ FLAVOR= smog MASTERDIR= ${.CURDIR}/../gtk-aluminumalloy-volcanic-theme -MD5_FILE= ${.CURDIR}/../gtk-aluminumalloy-smog-theme/distinfo +DISTINFO_FILE= ${.CURDIR}/../gtk-aluminumalloy-smog-theme/distinfo PLIST= ${.CURDIR}/../gtk-aluminumalloy-smog-theme/pkg-plist .include "${MASTERDIR}/Makefile" diff --git a/x11-themes/gtk-aluminumalloy-toxic-theme/Makefile b/x11-themes/gtk-aluminumalloy-toxic-theme/Makefile index d2730b5f5e5a..4a8452fcd4ba 100644 --- a/x11-themes/gtk-aluminumalloy-toxic-theme/Makefile +++ b/x11-themes/gtk-aluminumalloy-toxic-theme/Makefile @@ -11,7 +11,7 @@ FLAVOR= toxic MASTERDIR= ${.CURDIR}/../gtk-aluminumalloy-volcanic-theme -MD5_FILE= ${.CURDIR}/../gtk-aluminumalloy-toxic-theme/distinfo +DISTINFO_FILE= ${.CURDIR}/../gtk-aluminumalloy-toxic-theme/distinfo PLIST= ${.CURDIR}/../gtk-aluminumalloy-toxic-theme/pkg-plist .include "${MASTERDIR}/Makefile" |